Html Css Color HEX #BFEAE2 Jagged Ice

📋 copy color: '#BFEAE2'

red 191 ◦ green 234 ◦ blue 226

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

Shades of Jagged Ice #BFEAE2

Tints of Jagged Ice #BFEAE2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.94%

 BLUE value IS 226 (88.67% from 255) = 34.72%

R = 29.34%
G = 35.94%
B = 34.72%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#BFEAE2 (or 0xBFEAE2) is known color: Jagged Ice. HEX triplet: BF, EA and E2. RGB value is (191,234,226). Sum of RGB (Red+Green+Blue) = 191+234+226=651 (86% of max value = 765). Red value is 191 (75% from 255 or 29.34% from 651); Green value is 234 (91.80% from 255 or 35.94% from 651); Blue value is 226 (88.67% from 255 or 34.72% from 651); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEAE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEAE2 is #40151D. Grayscale: #DCDCDC. Windows color (decimal): -4199710 or 14871231. OLE color: 14871231.

HSL color Cylindrical-coordinate representation of color #BFEAE2: hue angle of 168.84º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFEAE2 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 234 226 -
CMYK 0.18 0 0.03 0.08
HSL 168.84º 0.51% 0.83% -
HSV(B) 168.84º 0.18% 0.92% -
XYZ 64.64 75.41 83.1 -
YUV 220.23 131.25 107.15 -
System Red Green Blue C M Y K H S L
Decimal 191 234 226 0.18 0 0.03 0.08 168.84 0.51 0.83
Hex BF EA E2 12 0 3 8 A9 33 53
Octal 277 352 342 22 0 3 10 251 63 123
Binary 10111111 11101010 11100010 10010 0 11 1000 10101001 110011 1010011

Color Harmonies of #BFEAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEAE2

Black with #BFEAE2

Text Example


Text Example

White with #BFEAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEAE2; }

 p { color: rgb(191,234,226); }

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

background-color css

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

 a { background-color: rgb(191,234,226); }

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

border-color css

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

 span { border-color: rgb(191,234,226); }

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