Html Css Color HEX #BBDEBF Fringy Flower

📋 copy color: '#BBDEBF'

red 187 ◦ green 222 ◦ blue 191

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

Shades of Fringy Flower #BBDEBF

Tints of Fringy Flower #BBDEBF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37%

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

R = 31.17%
G = 37%
B = 31.83%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#BBDEBF (or 0xBBDEBF) is known color: Fringy Flower. HEX triplet: BB, DE and BF. RGB value is (187,222,191). Sum of RGB (Red+Green+Blue) = 187+222+191=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 222 (87.11% from 255 or 37% from 600); Blue value is 191 (75% from 255 or 31.83% from 600); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDEBF is #442140. Grayscale: #D0D0D0. Windows color (decimal): -4464961 or 12574395. OLE color: 12574395.

HSL color Cylindrical-coordinate representation of color #BBDEBF: hue angle of 126.86º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBDEBF is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 222 191 -
CMYK 0.16 0 0.14 0.13
HSL 126.86º 0.35% 0.8% -
HSV(B) 126.86º 0.16% 0.87% -
XYZ 56.02 66.57 59.19 -
YUV 208 118.4 113.02 -
System Red Green Blue C M Y K H S L
Decimal 187 222 191 0.16 0 0.14 0.13 126.86 0.35 0.8
Hex BB DE BF 10 0 E D 7F 23 50
Octal 273 336 277 20 0 16 15 177 43 120
Binary 10111011 11011110 10111111 10000 0 1110 1101 1111111 100011 1010000

Color Harmonies of #BBDEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDEBF

Black with #BBDEBF

Text Example


Text Example

White with #BBDEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDEBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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