Html Css Color HEX #BBEDBF Fringy Flower

📋 copy color: '#BBEDBF'

red 187 ◦ green 237 ◦ blue 191

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

Shades of Fringy Flower #BBEDBF

Tints of Fringy Flower #BBEDBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 31.06%

R = 30.41%
G = 38.54%
B = 31.06%

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

#BBEDBF (or 0xBBEDBF) is known color: Fringy Flower. HEX triplet: BB, ED and BF. RGB value is (187,237,191). Sum of RGB (Red+Green+Blue) = 187+237+191=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 237 (92.97% from 255 or 38.54% from 615); Blue value is 191 (75% from 255 or 31.06% from 615); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEDBF is #441240. Grayscale: #D8D8D8. Windows color (decimal): -4461121 or 12578235. OLE color: 12578235.

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

Color convert

RGB 187 237 191 -
CMYK 0.21 0 0.19 0.07
HSL 124.8º 0.58% 0.83% -
HSV(B) 124.8º 0.21% 0.93% -
XYZ 60.18 74.89 60.57 -
YUV 216.81 113.44 106.74 -
System Red Green Blue C M Y K H S L
Decimal 187 237 191 0.21 0 0.19 0.07 124.8 0.58 0.83
Hex BB ED BF 15 0 13 7 7D 3A 53
Octal 273 355 277 25 0 23 7 175 72 123
Binary 10111011 11101101 10111111 10101 0 10011 111 1111101 111010 1010011

Color Harmonies of #BBEDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEDBF

Black with #BBEDBF

Text Example


Text Example

White with #BBEDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEDBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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