Html Css Color HEX #BFE6E0 Jagged Ice

📋 copy color: '#BFE6E0'

red 191 ◦ green 230 ◦ blue 224

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

Shades of Jagged Ice #BFE6E0

Tints of Jagged Ice #BFE6E0

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.66%

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

R = 29.61%
G = 35.66%
B = 34.73%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#BFE6E0 (or 0xBFE6E0) is known color: Jagged Ice. HEX triplet: BF, E6 and E0. RGB value is (191,230,224). Sum of RGB (Red+Green+Blue) = 191+230+224=645 (85% of max value = 765). Red value is 191 (75% from 255 or 29.61% from 645); Green value is 230 (90.23% from 255 or 35.66% from 645); Blue value is 224 (87.89% from 255 or 34.73% from 645); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE6E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE6E0 is #40191F. Grayscale: #D9D9D9. Windows color (decimal): -4200736 or 14739135. OLE color: 14739135.

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

Color convert

RGB 191 230 224 -
CMYK 0.17 0 0.03 0.10
HSL 170.77º 0.44% 0.83% -
HSV(B) 170.77º 0.17% 0.9% -
XYZ 63.24 73.05 81.29 -
YUV 217.66 131.58 108.99 -
System Red Green Blue C M Y K H S L
Decimal 191 230 224 0.17 0 0.03 0.10 170.77 0.44 0.83
Hex BF E6 E0 11 0 3 A AB 2C 53
Octal 277 346 340 21 0 3 12 253 54 123
Binary 10111111 11100110 11100000 10001 0 11 1010 10101011 101100 1010011

Color Harmonies of #BFE6E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE6E0

Black with #BFE6E0

Text Example


Text Example

White with #BFE6E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE6E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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