Html Css Color HEX #BFE6DF Jagged Ice

📋 copy color: '#BFE6DF'

red 191 ◦ green 230 ◦ blue 223

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

Shades of Jagged Ice #BFE6DF

Tints of Jagged Ice #BFE6DF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.71%

 BLUE value IS 223 (87.5% from 255) = 34.63%

R = 29.66%
G = 35.71%
B = 34.63%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#BFE6DF (or 0xBFE6DF) is known color: Jagged Ice. HEX triplet: BF, E6 and DF. RGB value is (191,230,223). Sum of RGB (Red+Green+Blue) = 191+230+223=644 (85% of max value = 765). Red value is 191 (75% from 255 or 29.66% from 644); Green value is 230 (90.23% from 255 or 35.71% from 644); Blue value is 223 (87.5% from 255 or 34.63% from 644); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE6DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE6DF is #401920. Grayscale: #D9D9D9. Windows color (decimal): -4200737 or 14673599. OLE color: 14673599.

HSL color Cylindrical-coordinate representation of color #BFE6DF: hue angle of 169.23º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFE6DF is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 230 223 -
CMYK 0.17 0 0.03 0.10
HSL 169.23º 0.44% 0.83% -
HSV(B) 169.23º 0.17% 0.9% -
XYZ 63.1 73 80.58 -
YUV 217.54 131.08 109.07 -
System Red Green Blue C M Y K H S L
Decimal 191 230 223 0.17 0 0.03 0.10 169.23 0.44 0.83
Hex BF E6 DF 11 0 3 A A9 2C 53
Octal 277 346 337 21 0 3 12 251 54 123
Binary 10111111 11100110 11011111 10001 0 11 1010 10101001 101100 1010011

Color Harmonies of #BFE6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE6DF

Black with #BFE6DF

Text Example


Text Example

White with #BFE6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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