Html Css Color HEX #BBEEC2 Fringy Flower

📋 copy color: '#BBEEC2'

red 187 ◦ green 238 ◦ blue 194

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

Shades of Fringy Flower #BBEEC2

Tints of Fringy Flower #BBEEC2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.45%

 BLUE value IS 194 (76.17% from 255) = 31.34%

R = 30.21%
G = 38.45%
B = 31.34%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#BBEEC2 (or 0xBBEEC2) is known color: Fringy Flower. HEX triplet: BB, EE and C2. RGB value is (187,238,194). Sum of RGB (Red+Green+Blue) = 187+238+194=619 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.21% from 619); Green value is 238 (93.36% from 255 or 38.45% from 619); Blue value is 194 (76.17% from 255 or 31.34% from 619); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEEC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEEC2 is #44113D. Grayscale: #D9D9D9. Windows color (decimal): -4460862 or 12775099. OLE color: 12775099.

HSL color Cylindrical-coordinate representation of color #BBEEC2: hue angle of 128.24º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBEEC2 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 238 194 -
CMYK 0.21 0 0.18 0.07
HSL 128.24º 0.6% 0.83% -
HSV(B) 128.24º 0.21% 0.93% -
XYZ 60.81 75.61 62.43 -
YUV 217.74 114.6 106.08 -
System Red Green Blue C M Y K H S L
Decimal 187 238 194 0.21 0 0.18 0.07 128.24 0.6 0.83
Hex BB EE C2 15 0 12 7 80 3C 53
Octal 273 356 302 25 0 22 7 200 74 123
Binary 10111011 11101110 11000010 10101 0 10010 111 10000000 111100 1010011

Color Harmonies of #BBEEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEEC2

Black with #BBEEC2

Text Example


Text Example

White with #BBEEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEEC2; }

 p { color: rgb(187,238,194); }

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

background-color css

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

 a { background-color: rgb(187,238,194); }

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

border-color css

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

 span { border-color: rgb(187,238,194); }

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