Html Css Color HEX #BFECE6 Jagged Ice

📋 copy color: '#BFECE6'

red 191 ◦ green 236 ◦ blue 230

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

Shades of Jagged Ice #BFECE6

Tints of Jagged Ice #BFECE6

RGB

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

 GREEN value IS 236 (92.58% from 255) = 35.92%

 BLUE value IS 230 (90.23% from 255) = 35.01%

R = 29.07%
G = 35.92%
B = 35.01%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#BFECE6 (or 0xBFECE6) is known color: Jagged Ice. HEX triplet: BF, EC and E6. RGB value is (191,236,230). Sum of RGB (Red+Green+Blue) = 191+236+230=657 (87% of max value = 765). Red value is 191 (75% from 255 or 29.07% from 657); Green value is 236 (92.58% from 255 or 35.92% from 657); Blue value is 230 (90.23% from 255 or 35.01% from 657); Max value from RGB is 236 - color contains mainly: green. Hex color #BFECE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFECE6 is #401319. Grayscale: #DDDDDD. Windows color (decimal): -4199194 or 15133887. OLE color: 15133887.

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

Color convert

RGB 191 236 230 -
CMYK 0.19 0 0.03 0.07
HSL 172º 0.54% 0.84% -
HSV(B) 172º 0.19% 0.93% -
XYZ 65.76 76.78 86.22 -
YUV 221.86 132.59 105.99 -
System Red Green Blue C M Y K H S L
Decimal 191 236 230 0.19 0 0.03 0.07 172 0.54 0.84
Hex BF EC E6 13 0 3 7 AC 36 54
Octal 277 354 346 23 0 3 7 254 66 124
Binary 10111111 11101100 11100110 10011 0 11 111 10101100 110110 1010100

Color Harmonies of #BFECE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFECE6

Black with #BFECE6

Text Example


Text Example

White with #BFECE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFECE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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