Html Css Color HEX #B2DBBB Fringy Flower

📋 copy color: '#B2DBBB'

red 178 ◦ green 219 ◦ blue 187

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

Shades of Fringy Flower #B2DBBB

Tints of Fringy Flower #B2DBBB

RGB

 RED value IS 178 (69.92% from 255) = 30.48%

 GREEN value IS 219 (85.94% from 255) = 37.5%

 BLUE value IS 187 (73.44% from 255) = 32.02%

R = 30.48%
G = 37.5%
B = 32.02%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#B2DBBB (or 0xB2DBBB) is known color: Fringy Flower. HEX triplet: B2, DB and BB. RGB value is (178,219,187). Sum of RGB (Red+Green+Blue) = 178+219+187=584 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.48% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DBBB is #4D2444. Grayscale: #CBCBCB. Windows color (decimal): -5055557 or 12311474. OLE color: 12311474.

HSL color Cylindrical-coordinate representation of color #B2DBBB: hue angle of 133.17º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2DBBB is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 219 187 -
CMYK 0.19 0 0.15 0.14
HSL 133.17º 0.36% 0.78% -
HSV(B) 133.17º 0.19% 0.86% -
XYZ 52.66 63.72 56.54 -
YUV 203.09 118.92 110.1 -
System Red Green Blue C M Y K H S L
Decimal 178 219 187 0.19 0 0.15 0.14 133.17 0.36 0.78
Hex B2 DB BB 13 0 F E 85 24 4E
Octal 262 333 273 23 0 17 16 205 44 116
Binary 10110010 11011011 10111011 10011 0 1111 1110 10000101 100100 1001110

Color Harmonies of #B2DBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DBBB

Black with #B2DBBB

Text Example


Text Example

White with #B2DBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DBBB; }

 p { color: rgb(178,219,187); }

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

background-color css

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

 a { background-color: rgb(178,219,187); }

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

border-color css

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

 span { border-color: rgb(178,219,187); }

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