Html Css Color HEX #BFEEE8 Jagged Ice

📋 copy color: '#BFEEE8'

red 191 ◦ green 238 ◦ blue 232

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

Shades of Jagged Ice #BFEEE8

Tints of Jagged Ice #BFEEE8

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.01%

 BLUE value IS 232 (91.02% from 255) = 35.1%

R = 28.9%
G = 36.01%
B = 35.1%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#BFEEE8 (or 0xBFEEE8) is known color: Jagged Ice. HEX triplet: BF, EE and E8. RGB value is (191,238,232). Sum of RGB (Red+Green+Blue) = 191+238+232=661 (87% of max value = 765). Red value is 191 (75% from 255 or 28.90% from 661); Green value is 238 (93.36% from 255 or 36.01% from 661); Blue value is 232 (91.02% from 255 or 35.10% from 661); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEEE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEEE8 is #401117. Grayscale: #DFDFDF. Windows color (decimal): -4198680 or 15265471. OLE color: 15265471.

HSL color Cylindrical-coordinate representation of color #BFEEE8: hue angle of 172.34º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFEEE8 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 238 232 -
CMYK 0.20 0 0.03 0.07
HSL 172.34º 0.58% 0.84% -
HSV(B) 172.34º 0.2% 0.93% -
XYZ 66.63 78.05 87.9 -
YUV 223.26 132.93 104.99 -
System Red Green Blue C M Y K H S L
Decimal 191 238 232 0.20 0 0.03 0.07 172.34 0.58 0.84
Hex BF EE E8 14 0 3 7 AC 3A 54
Octal 277 356 350 24 0 3 7 254 72 124
Binary 10111111 11101110 11101000 10100 0 11 111 10101100 111010 1010100

Color Harmonies of #BFEEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEEE8

Black with #BFEEE8

Text Example


Text Example

White with #BFEEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEEE8; }

 p { color: rgb(191,238,232); }

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

background-color css

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

 a { background-color: rgb(191,238,232); }

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

border-color css

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

 span { border-color: rgb(191,238,232); }

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