Html Css Color HEX #BBEEC0 Fringy Flower

📋 copy color: '#BBEEC0'

red 187 ◦ green 238 ◦ blue 192

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

Shades of Fringy Flower #BBEEC0

Tints of Fringy Flower #BBEEC0

RGB

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

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

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

R = 30.31%
G = 38.57%
B = 31.12%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#BBEEC0 (or 0xBBEEC0) is known color: Fringy Flower. HEX triplet: BB, EE and C0. RGB value is (187,238,192). Sum of RGB (Red+Green+Blue) = 187+238+192=617 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.31% from 617); Green value is 238 (93.36% from 255 or 38.57% from 617); Blue value is 192 (75.39% from 255 or 31.12% from 617); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEEC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEEC0 is #44113F. Grayscale: #D9D9D9. Windows color (decimal): -4460864 or 12644027. OLE color: 12644027.

HSL color Cylindrical-coordinate representation of color #BBEEC0: hue angle of 125.88º 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 #BBEEC0 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 238 192 -
CMYK 0.21 0 0.19 0.07
HSL 125.88º 0.6% 0.83% -
HSV(B) 125.88º 0.21% 0.93% -
XYZ 60.58 75.52 61.25 -
YUV 217.51 113.6 106.24 -
System Red Green Blue C M Y K H S L
Decimal 187 238 192 0.21 0 0.19 0.07 125.88 0.6 0.83
Hex BB EE C0 15 0 13 7 7E 3C 53
Octal 273 356 300 25 0 23 7 176 74 123
Binary 10111011 11101110 11000000 10101 0 10011 111 1111110 111100 1010011

Color Harmonies of #BBEEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEEC0

Black with #BBEEC0

Text Example


Text Example

White with #BBEEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEEC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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