#BFDFDA

Color #BFDFDA Jagged Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagged Ice #BFDFDA

Tints of Jagged Ice #BFDFDA

Color information

#BFDFDA (or 0xBFDFDA) is unknown color: approx Jagged Ice. HEX triplet: BF, DF and DA. RGB value is (191,223,218). Sum of RGB (Red+Green+Blue) = 191+223+218=632 (83% of max value = 765). Red value is 191 (75% from 255 or 30.22% from 632); Green value is 223 (87.5% from 255 or 35.28% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFDA is #402025. Grayscale: #D4D4D4. Windows color (decimal): -4202534 or 14344127. OLE color: 14344127.

HSL color Cylindrical-coordinate representation of color #BFDFDA: hue angle of 170.62º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFDFDA is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB191223218-
CMYK0.1400.020.13
HSL170.62º33.33%81.18%-
HSV(B)170.62º14.35%87.45%-
XYZ60.5368.9176.44-
YUV212.86130.9112.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.22%
GREEN value IS 223 (87.5% from 255) = 35.28%
BLUE value IS 218 (85.55% from 255) = 34.49%
R=30.22%
G=35.28%
B=34.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912232180.1400.020.13170.6233.3381.18
HexBFDFDAE02Dab2151
Octal27733733216021525341121
Binary10111111110111111101101011100101101101010111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDFDA; }

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

 H1.HeaderClassName
 {
   color: #BFDFDA;
 }
 .AnyTagClassName
 {
   color: #BFDFDA;
 }
</style>
background-color css

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

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

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

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

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

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