Html Css Color HEX #BFE0DE Jagged Ice

📋 copy color: '#BFE0DE'

red 191 ◦ green 224 ◦ blue 222

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

Shades of Jagged Ice #BFE0DE

Tints of Jagged Ice #BFE0DE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.16%

 BLUE value IS 222 (87.11% from 255) = 34.85%

R = 29.98%
G = 35.16%
B = 34.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#BFE0DE (or 0xBFE0DE) is known color: Jagged Ice. HEX triplet: BF, E0 and DE. RGB value is (191,224,222). Sum of RGB (Red+Green+Blue) = 191+224+222=637 (84% of max value = 765). Red value is 191 (75% from 255 or 29.98% from 637); Green value is 224 (87.89% from 255 or 35.16% from 637); Blue value is 222 (87.11% from 255 or 34.85% from 637); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE0DE is #401F21. Grayscale: #D5D5D5. Windows color (decimal): -4202274 or 14606527. OLE color: 14606527.

HSL color Cylindrical-coordinate representation of color #BFE0DE: hue angle of 176.36º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFE0DE is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 224 222 -
CMYK 0.15 0 0.01 0.12
HSL 176.36º 0.35% 0.81% -
HSV(B) 176.36º 0.15% 0.88% -
XYZ 61.33 69.66 79.32 -
YUV 213.91 132.57 111.66 -
System Red Green Blue C M Y K H S L
Decimal 191 224 222 0.15 0 0.01 0.12 176.36 0.35 0.81
Hex BF E0 DE F 0 1 C B0 23 51
Octal 277 340 336 17 0 1 14 260 43 121
Binary 10111111 11100000 11011110 1111 0 1 1100 10110000 100011 1010001

Color Harmonies of #BFE0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE0DE

Black with #BFE0DE

Text Example


Text Example

White with #BFE0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE0DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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