Html Css Color HEX #BFEFE8 Jagged Ice

📋 copy color: '#BFEFE8'

red 191 ◦ green 239 ◦ blue 232

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

Shades of Jagged Ice #BFEFE8

Tints of Jagged Ice #BFEFE8

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.1%

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

R = 28.85%
G = 36.1%
B = 35.05%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#BFEFE8 (or 0xBFEFE8) is known color: Jagged Ice. HEX triplet: BF, EF and E8. RGB value is (191,239,232). Sum of RGB (Red+Green+Blue) = 191+239+232=662 (87% of max value = 765). Red value is 191 (75% from 255 or 28.85% from 662); Green value is 239 (93.75% from 255 or 36.10% from 662); Blue value is 232 (91.02% from 255 or 35.05% from 662); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEFE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEFE8 is #401017. Grayscale: #DFDFDF. Windows color (decimal): -4198424 or 15265727. OLE color: 15265727.

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

Color convert

RGB 191 239 232 -
CMYK 0.20 0 0.03 0.06
HSL 171.25º 0.6% 0.84% -
HSV(B) 171.25º 0.2% 0.94% -
XYZ 66.92 78.64 88 -
YUV 223.85 132.6 104.57 -
System Red Green Blue C M Y K H S L
Decimal 191 239 232 0.20 0 0.03 0.06 171.25 0.6 0.84
Hex BF EF E8 14 0 3 6 AB 3C 54
Octal 277 357 350 24 0 3 6 253 74 124
Binary 10111111 11101111 11101000 10100 0 11 110 10101011 111100 1010100

Color Harmonies of #BFEFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEFE8

Black with #BFEFE8

Text Example


Text Example

White with #BFEFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEFE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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