Html Css Color HEX #BFEFE9 Jagged Ice

📋 copy color: '#BFEFE9'

red 191 ◦ green 239 ◦ blue 233

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

Shades of Jagged Ice #BFEFE9

Tints of Jagged Ice #BFEFE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 35.14%

R = 28.81%
G = 36.05%
B = 35.14%

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

#BFEFE9 (or 0xBFEFE9) is known color: Jagged Ice. HEX triplet: BF, EF and E9. RGB value is (191,239,233). Sum of RGB (Red+Green+Blue) = 191+239+233=663 (87% of max value = 765). Red value is 191 (75% from 255 or 28.81% from 663); Green value is 239 (93.75% from 255 or 36.05% from 663); Blue value is 233 (91.41% from 255 or 35.14% from 663); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEFE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEFE9 is #401016. Grayscale: #DFDFDF. Windows color (decimal): -4198423 or 15331263. OLE color: 15331263.

HSL color Cylindrical-coordinate representation of color #BFEFE9: hue angle of 172.5º 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 #BFEFE9 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 239 233 -
CMYK 0.20 0 0.03 0.06
HSL 172.5º 0.6% 0.84% -
HSV(B) 172.5º 0.2% 0.94% -
XYZ 67.06 78.69 88.75 -
YUV 223.96 133.1 104.49 -
System Red Green Blue C M Y K H S L
Decimal 191 239 233 0.20 0 0.03 0.06 172.5 0.6 0.84
Hex BF EF E9 14 0 3 6 AC 3C 54
Octal 277 357 351 24 0 3 6 254 74 124
Binary 10111111 11101111 11101001 10100 0 11 110 10101100 111100 1010100

Color Harmonies of #BFEFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEFE9

Black with #BFEFE9

Text Example


Text Example

White with #BFEFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEFE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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