Html Css Color HEX #BBDDC0 Fringy Flower

📋 copy color: '#BBDDC0'

red 187 ◦ green 221 ◦ blue 192

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

Shades of Fringy Flower #BBDDC0

Tints of Fringy Flower #BBDDC0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.83%

 BLUE value IS 192 (75.39% from 255) = 32%

R = 31.17%
G = 36.83%
B = 32%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#BBDDC0 (or 0xBBDDC0) is known color: Fringy Flower. HEX triplet: BB, DD and C0. RGB value is (187,221,192). Sum of RGB (Red+Green+Blue) = 187+221+192=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 192 (75.39% from 255 or 32% from 600); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDDC0 is #44223F. Grayscale: #CFCFCF. Windows color (decimal): -4465216 or 12639675. OLE color: 12639675.

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

Color convert

RGB 187 221 192 -
CMYK 0.15 0 0.13 0.13
HSL 128.82º 0.33% 0.8% -
HSV(B) 128.82º 0.15% 0.87% -
XYZ 55.86 66.08 59.68 -
YUV 207.53 119.24 113.36 -
System Red Green Blue C M Y K H S L
Decimal 187 221 192 0.15 0 0.13 0.13 128.82 0.33 0.8
Hex BB DD C0 F 0 D D 81 21 50
Octal 273 335 300 17 0 15 15 201 41 120
Binary 10111011 11011101 11000000 1111 0 1101 1101 10000001 100001 1010000

Color Harmonies of #BBDDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDDC0

Black with #BBDDC0

Text Example


Text Example

White with #BBDDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDDC0; }

 p { color: rgb(187,221,192); }

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

background-color css

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

 a { background-color: rgb(187,221,192); }

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

border-color css

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

 span { border-color: rgb(187,221,192); }

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