Html Css Color HEX #BBE9C0 Fringy Flower

📋 copy color: '#BBE9C0'

red 187 ◦ green 233 ◦ blue 192

#BBE9C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fringy Flower #BBE9C0

Tints of Fringy Flower #BBE9C0

RGB

 RED value IS 187 (73.44% from 255) = 30.56%

 GREEN value IS 233 (91.41% from 255) = 38.07%

 BLUE value IS 192 (75.39% from 255) = 31.37%

R = 30.56%
G = 38.07%
B = 31.37%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BBE9C0 (or 0xBBE9C0) is known color: Fringy Flower. HEX triplet: BB, E9 and C0. RGB value is (187,233,192). Sum of RGB (Red+Green+Blue) = 187+233+192=612 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.56% from 612); Green value is 233 (91.41% from 255 or 38.07% from 612); Blue value is 192 (75.39% from 255 or 31.37% from 612); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE9C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE9C0 is #44163F. Grayscale: #D6D6D6. Windows color (decimal): -4462144 or 12642747. OLE color: 12642747.

HSL color Cylindrical-coordinate representation of color #BBE9C0: hue angle of 126.52º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBE9C0 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 233 192 -
CMYK 0.20 0 0.18 0.09
HSL 126.52º 0.51% 0.82% -
HSV(B) 126.52º 0.2% 0.91% -
XYZ 59.15 72.65 60.77 -
YUV 214.57 115.26 108.33 -
System Red Green Blue C M Y K H S L
Decimal 187 233 192 0.20 0 0.18 0.09 126.52 0.51 0.82
Hex BB E9 C0 14 0 12 9 7F 33 52
Octal 273 351 300 24 0 22 11 177 63 122
Binary 10111011 11101001 11000000 10100 0 10010 1001 1111111 110011 1010010

Color Harmonies of #BBE9C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE9C0

Black with #BBE9C0

Text Example


Text Example

White with #BBE9C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE9C0; }

 p { color: rgb(187,233,192); }

 H1.HeaderClassName
 {
   color: #BBE9C0;
 }
 .AnyTagClassName
 {
   color: #BBE9C0;
 }
</style>

background-color css

<style>
 a { background-color: #BBE9C0; }

 a { background-color: rgb(187,233,192); }

 div.DivClassName
 {
   background-color: #BBE9C0;
 }
 .BgClassName
 {
   background-color: #BBE9C0;
 }
</style>

border-color css

<style>
 span { border-color: #BBE9C0; }

 span { border-color: rgb(187,233,192); }

 td.TdClassName
 {
   border-color: #BBE9C0;
 }
 .TagClassName
 {
   border-color: #BBE9C0;
 }
</style>