Html Css Color HEX #BFE3DE Jagged Ice

📋 copy color: '#BFE3DE'

red 191 ◦ green 227 ◦ blue 222

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

Shades of Jagged Ice #BFE3DE

Tints of Jagged Ice #BFE3DE

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.47%

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

R = 29.84%
G = 35.47%
B = 34.69%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#BFE3DE (or 0xBFE3DE) is known color: Jagged Ice. HEX triplet: BF, E3 and DE. RGB value is (191,227,222). Sum of RGB (Red+Green+Blue) = 191+227+222=640 (84% of max value = 765). Red value is 191 (75% from 255 or 29.84% from 640); Green value is 227 (89.06% from 255 or 35.47% from 640); Blue value is 222 (87.11% from 255 or 34.69% from 640); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE3DE is #401C21. Grayscale: #D7D7D7. Windows color (decimal): -4201506 or 14607295. OLE color: 14607295.

HSL color Cylindrical-coordinate representation of color #BFE3DE: hue angle of 171.67º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFE3DE is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 227 222 -
CMYK 0.16 0 0.02 0.11
HSL 171.67º 0.39% 0.82% -
HSV(B) 171.67º 0.16% 0.89% -
XYZ 62.14 71.29 79.59 -
YUV 215.67 131.57 110.41 -
System Red Green Blue C M Y K H S L
Decimal 191 227 222 0.16 0 0.02 0.11 171.67 0.39 0.82
Hex BF E3 DE 10 0 2 B AC 27 52
Octal 277 343 336 20 0 2 13 254 47 122
Binary 10111111 11100011 11011110 10000 0 10 1011 10101100 100111 1010010

Color Harmonies of #BFE3DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE3DE

Black with #BFE3DE

Text Example


Text Example

White with #BFE3DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE3DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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