Html Css Color HEX #BFE5E0 Jagged Ice

📋 copy color: '#BFE5E0'

red 191 ◦ green 229 ◦ blue 224

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

Shades of Jagged Ice #BFE5E0

Tints of Jagged Ice #BFE5E0

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.56%

 BLUE value IS 224 (87.89% from 255) = 34.78%

R = 29.66%
G = 35.56%
B = 34.78%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.02

 K value IS 0.10

RGB Variations

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

Color information

#BFE5E0 (or 0xBFE5E0) is known color: Jagged Ice. HEX triplet: BF, E5 and E0. RGB value is (191,229,224). Sum of RGB (Red+Green+Blue) = 191+229+224=644 (85% of max value = 765). Red value is 191 (75% from 255 or 29.66% from 644); Green value is 229 (89.84% from 255 or 35.56% from 644); Blue value is 224 (87.89% from 255 or 34.78% from 644); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE5E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE5E0 is #401A1F. Grayscale: #D9D9D9. Windows color (decimal): -4200992 or 14738879. OLE color: 14738879.

HSL color Cylindrical-coordinate representation of color #BFE5E0: hue angle of 172.11º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFE5E0 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 229 224 -
CMYK 0.17 0 0.02 0.10
HSL 172.11º 0.42% 0.82% -
HSV(B) 172.11º 0.17% 0.9% -
XYZ 62.96 72.5 81.2 -
YUV 217.07 131.91 109.41 -
System Red Green Blue C M Y K H S L
Decimal 191 229 224 0.17 0 0.02 0.10 172.11 0.42 0.82
Hex BF E5 E0 11 0 2 A AC 2A 52
Octal 277 345 340 21 0 2 12 254 52 122
Binary 10111111 11100101 11100000 10001 0 10 1010 10101100 101010 1010010

Color Harmonies of #BFE5E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE5E0

Black with #BFE5E0

Text Example


Text Example

White with #BFE5E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE5E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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