Html Css Color HEX #BFE1DB Jagged Ice

📋 copy color: '#BFE1DB'

red 191 ◦ green 225 ◦ blue 219

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

Shades of Jagged Ice #BFE1DB

Tints of Jagged Ice #BFE1DB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.43%

 BLUE value IS 219 (85.94% from 255) = 34.49%

R = 30.08%
G = 35.43%
B = 34.49%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#BFE1DB (or 0xBFE1DB) is known color: Jagged Ice. HEX triplet: BF, E1 and DB. RGB value is (191,225,219). Sum of RGB (Red+Green+Blue) = 191+225+219=635 (84% of max value = 765). Red value is 191 (75% from 255 or 30.08% from 635); Green value is 225 (88.28% from 255 or 35.43% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE1DB is #401E24. Grayscale: #D6D6D6. Windows color (decimal): -4202021 or 14410175. OLE color: 14410175.

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

Color convert

RGB 191 225 219 -
CMYK 0.15 0 0.03 0.12
HSL 169.41º 0.36% 0.82% -
HSV(B) 169.41º 0.15% 0.88% -
XYZ 61.2 70.04 77.31 -
YUV 214.15 130.74 111.49 -
System Red Green Blue C M Y K H S L
Decimal 191 225 219 0.15 0 0.03 0.12 169.41 0.36 0.82
Hex BF E1 DB F 0 3 C A9 24 52
Octal 277 341 333 17 0 3 14 251 44 122
Binary 10111111 11100001 11011011 1111 0 11 1100 10101001 100100 1010010

Color Harmonies of #BFE1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE1DB

Black with #BFE1DB

Text Example


Text Example

White with #BFE1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE1DB; }

 p { color: rgb(191,225,219); }

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

background-color css

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

 a { background-color: rgb(191,225,219); }

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

border-color css

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

 span { border-color: rgb(191,225,219); }

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