Html Css Color HEX #BBEDB8 Fringy Flower

📋 copy color: '#BBEDB8'

red 187 ◦ green 237 ◦ blue 184

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

Shades of Fringy Flower #BBEDB8

Tints of Fringy Flower #BBEDB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 30.26%

R = 30.76%
G = 38.98%
B = 30.26%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#BBEDB8 (or 0xBBEDB8) is known color: Fringy Flower. HEX triplet: BB, ED and B8. RGB value is (187,237,184). Sum of RGB (Red+Green+Blue) = 187+237+184=608 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.76% from 608); Green value is 237 (92.97% from 255 or 38.98% from 608); Blue value is 184 (72.27% from 255 or 30.26% from 608); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEDB8 is #441247. Grayscale: #D8D8D8. Windows color (decimal): -4461128 or 12119483. OLE color: 12119483.

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

Color convert

RGB 187 237 184 -
CMYK 0.21 0 0.22 0.07
HSL 116.6º 0.6% 0.83% -
HSV(B) 116.6º 0.22% 0.93% -
XYZ 59.43 74.59 56.61 -
YUV 216.01 109.94 107.31 -
System Red Green Blue C M Y K H S L
Decimal 187 237 184 0.21 0 0.22 0.07 116.6 0.6 0.83
Hex BB ED B8 15 0 16 7 75 3C 53
Octal 273 355 270 25 0 26 7 165 74 123
Binary 10111011 11101101 10111000 10101 0 10110 111 1110101 111100 1010011

Color Harmonies of #BBEDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEDB8

Black with #BBEDB8

Text Example


Text Example

White with #BBEDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEDB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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