Html Css Color HEX #BFEBE6 Jagged Ice

📋 copy color: '#BFEBE6'

red 191 ◦ green 235 ◦ blue 230

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

Shades of Jagged Ice #BFEBE6

Tints of Jagged Ice #BFEBE6

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.82%

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

R = 29.12%
G = 35.82%
B = 35.06%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#BFEBE6 (or 0xBFEBE6) is known color: Jagged Ice. HEX triplet: BF, EB and E6. RGB value is (191,235,230). Sum of RGB (Red+Green+Blue) = 191+235+230=656 (86% of max value = 765). Red value is 191 (75% from 255 or 29.12% from 656); Green value is 235 (92.19% from 255 or 35.82% from 656); Blue value is 230 (90.23% from 255 or 35.06% from 656); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEBE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEBE6 is #401419. Grayscale: #DDDDDD. Windows color (decimal): -4199450 or 15133631. OLE color: 15133631.

HSL color Cylindrical-coordinate representation of color #BFEBE6: hue angle of 173.18º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFEBE6 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 235 230 -
CMYK 0.19 0 0.02 0.08
HSL 173.18º 0.52% 0.84% -
HSV(B) 173.18º 0.19% 0.92% -
XYZ 65.48 76.21 86.12 -
YUV 221.27 132.92 106.41 -
System Red Green Blue C M Y K H S L
Decimal 191 235 230 0.19 0 0.02 0.08 173.18 0.52 0.84
Hex BF EB E6 13 0 2 8 AD 34 54
Octal 277 353 346 23 0 2 10 255 64 124
Binary 10111111 11101011 11100110 10011 0 10 1000 10101101 110100 1010100

Color Harmonies of #BFEBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEBE6

Black with #BFEBE6

Text Example


Text Example

White with #BFEBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEBE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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