Html Css Color HEX #BDDFDC Jagged Ice

📋 copy color: '#BDDFDC'

red 189 ◦ green 223 ◦ blue 220

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

Shades of Jagged Ice #BDDFDC

Tints of Jagged Ice #BDDFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.81%

R = 29.91%
G = 35.28%
B = 34.81%

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

#BDDFDC (or 0xBDDFDC) is known color: Jagged Ice. HEX triplet: BD, DF and DC. RGB value is (189,223,220). Sum of RGB (Red+Green+Blue) = 189+223+220=632 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.91% from 632); Green value is 223 (87.5% from 255 or 35.28% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDFDC is #422023. Grayscale: #D4D4D4. Windows color (decimal): -4333604 or 14475197. OLE color: 14475197.

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

Color convert

RGB 189 223 220 -
CMYK 0.15 0 0.01 0.13
HSL 174.71º 0.35% 0.81% -
HSV(B) 174.71º 0.15% 0.87% -
XYZ 60.29 68.76 77.8 -
YUV 212.49 132.24 111.24 -
System Red Green Blue C M Y K H S L
Decimal 189 223 220 0.15 0 0.01 0.13 174.71 0.35 0.81
Hex BD DF DC F 0 1 D AF 23 51
Octal 275 337 334 17 0 1 15 257 43 121
Binary 10111101 11011111 11011100 1111 0 1 1101 10101111 100011 1010001

Color Harmonies of #BDDFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDFDC

Black with #BDDFDC

Text Example


Text Example

White with #BDDFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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