Html Css Color HEX #B2DBBE Fringy Flower

📋 copy color: '#B2DBBE'

red 178 ◦ green 219 ◦ blue 190

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

Shades of Fringy Flower #B2DBBE

Tints of Fringy Flower #B2DBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.37%

R = 30.32%
G = 37.31%
B = 32.37%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#B2DBBE (or 0xB2DBBE) is known color: Fringy Flower. HEX triplet: B2, DB and BE. RGB value is (178,219,190). Sum of RGB (Red+Green+Blue) = 178+219+190=587 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.32% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 190 (74.61% from 255 or 32.37% from 587); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DBBE is #4D2441. Grayscale: #CBCBCB. Windows color (decimal): -5055554 or 12508082. OLE color: 12508082.

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

Color convert

RGB 178 219 190 -
CMYK 0.19 0 0.13 0.14
HSL 137.56º 0.36% 0.78% -
HSV(B) 137.56º 0.19% 0.86% -
XYZ 52.99 63.85 58.25 -
YUV 203.44 120.42 109.86 -
System Red Green Blue C M Y K H S L
Decimal 178 219 190 0.19 0 0.13 0.14 137.56 0.36 0.78
Hex B2 DB BE 13 0 D E 8A 24 4E
Octal 262 333 276 23 0 15 16 212 44 116
Binary 10110010 11011011 10111110 10011 0 1101 1110 10001010 100100 1001110

Color Harmonies of #B2DBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DBBE

Black with #B2DBBE

Text Example


Text Example

White with #B2DBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DBBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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