Html Css Color HEX #BDDFDD Jagged Ice

📋 copy color: '#BDDFDD'

red 189 ◦ green 223 ◦ blue 221

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

Shades of Jagged Ice #BDDFDD

Tints of Jagged Ice #BDDFDD

RGB

 RED value IS 189 (74.22% from 255) = 29.86%

 GREEN value IS 223 (87.5% from 255) = 35.23%

 BLUE value IS 221 (86.72% from 255) = 34.91%

R = 29.86%
G = 35.23%
B = 34.91%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#BDDFDD (or 0xBDDFDD) is known color: Jagged Ice. HEX triplet: BD, DF and DD. RGB value is (189,223,221). Sum of RGB (Red+Green+Blue) = 189+223+221=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 223 (87.5% from 255 or 35.23% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDFDD is #422022. Grayscale: #D4D4D4. Windows color (decimal): -4333603 or 14540733. OLE color: 14540733.

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

Color convert

RGB 189 223 221 -
CMYK 0.15 0 0.01 0.13
HSL 176.47º 0.35% 0.81% -
HSV(B) 176.47º 0.15% 0.87% -
XYZ 60.43 68.81 78.5 -
YUV 212.61 132.74 111.16 -
System Red Green Blue C M Y K H S L
Decimal 189 223 221 0.15 0 0.01 0.13 176.47 0.35 0.81
Hex BD DF DD F 0 1 D B0 23 51
Octal 275 337 335 17 0 1 15 260 43 121
Binary 10111101 11011111 11011101 1111 0 1 1101 10110000 100011 1010001

Color Harmonies of #BDDFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDFDD

Black with #BDDFDD

Text Example


Text Example

White with #BDDFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDFDD; }

 p { color: rgb(189,223,221); }

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

background-color css

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

 a { background-color: rgb(189,223,221); }

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

border-color css

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

 span { border-color: rgb(189,223,221); }

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