Html Css Color HEX #B2DEC0 Fringy Flower

📋 copy color: '#B2DEC0'

red 178 ◦ green 222 ◦ blue 192

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

Shades of Fringy Flower #B2DEC0

Tints of Fringy Flower #B2DEC0

RGB

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

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

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

R = 30.07%
G = 37.5%
B = 32.43%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#B2DEC0 (or 0xB2DEC0) is known color: Fringy Flower. HEX triplet: B2, DE and C0. RGB value is (178,222,192). Sum of RGB (Red+Green+Blue) = 178+222+192=592 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.07% from 592); Green value is 222 (87.11% from 255 or 37.5% from 592); Blue value is 192 (75.39% from 255 or 32.43% from 592); Max value from RGB is 222 - color contains mainly: green. Hex color #B2DEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DEC0 is #4D213F. Grayscale: #CDCDCD. Windows color (decimal): -5054784 or 12639922. OLE color: 12639922.

HSL color Cylindrical-coordinate representation of color #B2DEC0: hue angle of 139.09º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2DEC0 is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 222 192 -
CMYK 0.20 0 0.14 0.13
HSL 139.09º 0.4% 0.78% -
HSV(B) 139.09º 0.2% 0.87% -
XYZ 54 65.51 59.67 -
YUV 205.42 120.42 108.44 -
System Red Green Blue C M Y K H S L
Decimal 178 222 192 0.20 0 0.14 0.13 139.09 0.4 0.78
Hex B2 DE C0 14 0 E D 8B 28 4E
Octal 262 336 300 24 0 16 15 213 50 116
Binary 10110010 11011110 11000000 10100 0 1110 1101 10001011 101000 1001110

Color Harmonies of #B2DEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DEC0

Black with #B2DEC0

Text Example


Text Example

White with #B2DEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DEC0; }

 p { color: rgb(178,222,192); }

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

background-color css

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

 a { background-color: rgb(178,222,192); }

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

border-color css

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

 span { border-color: rgb(178,222,192); }

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