Html Css Color HEX #BFDDDA Jagged Ice

📋 copy color: '#BFDDDA'

red 191 ◦ green 221 ◦ blue 218

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

Shades of Jagged Ice #BFDDDA

Tints of Jagged Ice #BFDDDA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.08%

 BLUE value IS 218 (85.55% from 255) = 34.6%

R = 30.32%
G = 35.08%
B = 34.6%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#BFDDDA (or 0xBFDDDA) is known color: Jagged Ice. HEX triplet: BF, DD and DA. RGB value is (191,221,218). Sum of RGB (Red+Green+Blue) = 191+221+218=630 (83% of max value = 765). Red value is 191 (75% from 255 or 30.32% from 630); Green value is 221 (86.72% from 255 or 35.08% from 630); Blue value is 218 (85.55% from 255 or 34.60% from 630); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDDDA is #402225. Grayscale: #D3D3D3. Windows color (decimal): -4203046 or 14343615. OLE color: 14343615.

HSL color Cylindrical-coordinate representation of color #BFDDDA: hue angle of 174º degrees, saturation: 0.31, 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 #BFDDDA is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 221 218 -
CMYK 0.14 0 0.01 0.13
HSL 174º 0.31% 0.81% -
HSV(B) 174º 0.14% 0.87% -
XYZ 60 67.85 76.26 -
YUV 211.69 131.56 113.24 -
System Red Green Blue C M Y K H S L
Decimal 191 221 218 0.14 0 0.01 0.13 174 0.31 0.81
Hex BF DD DA E 0 1 D AE 1F 51
Octal 277 335 332 16 0 1 15 256 37 121
Binary 10111111 11011101 11011010 1110 0 1 1101 10101110 11111 1010001

Color Harmonies of #BFDDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDDDA

Black with #BFDDDA

Text Example


Text Example

White with #BFDDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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