Html Css Color HEX #BBECC0 Fringy Flower

📋 copy color: '#BBECC0'

red 187 ◦ green 236 ◦ blue 192

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

Shades of Fringy Flower #BBECC0

Tints of Fringy Flower #BBECC0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.37%

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

R = 30.41%
G = 38.37%
B = 31.22%

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

#BBECC0 (or 0xBBECC0) is known color: Fringy Flower. HEX triplet: BB, EC and C0. RGB value is (187,236,192). Sum of RGB (Red+Green+Blue) = 187+236+192=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 236 (92.58% from 255 or 38.37% from 615); Blue value is 192 (75.39% from 255 or 31.22% from 615); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBECC0 is #44133F. Grayscale: #D8D8D8. Windows color (decimal): -4461376 or 12643515. OLE color: 12643515.

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

Color convert

RGB 187 236 192 -
CMYK 0.21 0 0.19 0.07
HSL 126.12º 0.56% 0.83% -
HSV(B) 126.12º 0.21% 0.93% -
XYZ 60 74.36 61.06 -
YUV 216.33 114.27 107.08 -
System Red Green Blue C M Y K H S L
Decimal 187 236 192 0.21 0 0.19 0.07 126.12 0.56 0.83
Hex BB EC C0 15 0 13 7 7E 38 53
Octal 273 354 300 25 0 23 7 176 70 123
Binary 10111011 11101100 11000000 10101 0 10011 111 1111110 111000 1010011

Color Harmonies of #BBECC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBECC0

Black with #BBECC0

Text Example


Text Example

White with #BBECC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBECC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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