Html Css Color HEX #BBEDC2 Fringy Flower

📋 copy color: '#BBEDC2'

red 187 ◦ green 237 ◦ blue 194

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

Shades of Fringy Flower #BBEDC2

Tints of Fringy Flower #BBEDC2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.35%

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

R = 30.26%
G = 38.35%
B = 31.39%

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

#BBEDC2 (or 0xBBEDC2) is known color: Fringy Flower. HEX triplet: BB, ED and C2. RGB value is (187,237,194). Sum of RGB (Red+Green+Blue) = 187+237+194=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 194 (76.17% from 255 or 31.39% from 618); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEDC2 is #44123D. Grayscale: #D9D9D9. Windows color (decimal): -4461118 or 12774843. OLE color: 12774843.

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

Color convert

RGB 187 237 194 -
CMYK 0.21 0 0.18 0.07
HSL 128.4º 0.58% 0.83% -
HSV(B) 128.4º 0.21% 0.93% -
XYZ 60.52 75.03 62.33 -
YUV 217.15 114.94 106.5 -
System Red Green Blue C M Y K H S L
Decimal 187 237 194 0.21 0 0.18 0.07 128.4 0.58 0.83
Hex BB ED C2 15 0 12 7 80 3A 53
Octal 273 355 302 25 0 22 7 200 72 123
Binary 10111011 11101101 11000010 10101 0 10010 111 10000000 111010 1010011

Color Harmonies of #BBEDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEDC2

Black with #BBEDC2

Text Example


Text Example

White with #BBEDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEDC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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