Html Css Color HEX #BFDEDA Jagged Ice

📋 copy color: '#BFDEDA'

red 191 ◦ green 222 ◦ blue 218

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

Shades of Jagged Ice #BFDEDA

Tints of Jagged Ice #BFDEDA

RGB

 RED value IS 191 (75% from 255) = 30.27%

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

 BLUE value IS 218 (85.55% from 255) = 34.55%

R = 30.27%
G = 35.18%
B = 34.55%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#BFDEDA (or 0xBFDEDA) is known color: Jagged Ice. HEX triplet: BF, DE and DA. RGB value is (191,222,218). Sum of RGB (Red+Green+Blue) = 191+222+218=631 (83% of max value = 765). Red value is 191 (75% from 255 or 30.27% from 631); Green value is 222 (87.11% from 255 or 35.18% from 631); Blue value is 218 (85.55% from 255 or 34.55% from 631); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDEDA is #402125. Grayscale: #D4D4D4. Windows color (decimal): -4202790 or 14343871. OLE color: 14343871.

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

Color convert

RGB 191 222 218 -
CMYK 0.14 0 0.02 0.13
HSL 172.26º 0.32% 0.81% -
HSV(B) 172.26º 0.14% 0.87% -
XYZ 60.26 68.38 76.35 -
YUV 212.28 131.23 112.83 -
System Red Green Blue C M Y K H S L
Decimal 191 222 218 0.14 0 0.02 0.13 172.26 0.32 0.81
Hex BF DE DA E 0 2 D AC 20 51
Octal 277 336 332 16 0 2 15 254 40 121
Binary 10111111 11011110 11011010 1110 0 10 1101 10101100 100000 1010001

Color Harmonies of #BFDEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDEDA

Black with #BFDEDA

Text Example


Text Example

White with #BFDEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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