Html Css Color HEX #BBECC2 Fringy Flower

📋 copy color: '#BBECC2'

red 187 ◦ green 236 ◦ blue 194

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

Shades of Fringy Flower #BBECC2

Tints of Fringy Flower #BBECC2

RGB

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

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

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

R = 30.31%
G = 38.25%
B = 31.44%

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

#BBECC2 (or 0xBBECC2) is known color: Fringy Flower. HEX triplet: BB, EC and C2. RGB value is (187,236,194). Sum of RGB (Red+Green+Blue) = 187+236+194=617 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.31% from 617); Green value is 236 (92.58% from 255 or 38.25% from 617); Blue value is 194 (76.17% from 255 or 31.44% from 617); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBECC2 is #44133D. Grayscale: #D8D8D8. Windows color (decimal): -4461374 or 12774587. OLE color: 12774587.

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

Color convert

RGB 187 236 194 -
CMYK 0.21 0 0.18 0.07
HSL 128.57º 0.56% 0.83% -
HSV(B) 128.57º 0.21% 0.93% -
XYZ 60.23 74.45 62.24 -
YUV 216.56 115.27 106.92 -
System Red Green Blue C M Y K H S L
Decimal 187 236 194 0.21 0 0.18 0.07 128.57 0.56 0.83
Hex BB EC C2 15 0 12 7 81 38 53
Octal 273 354 302 25 0 22 7 201 70 123
Binary 10111011 11101100 11000010 10101 0 10010 111 10000001 111000 1010011

Color Harmonies of #BBECC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBECC2

Black with #BBECC2

Text Example


Text Example

White with #BBECC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBECC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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