Html Css Color HEX #BDDFDB Jagged Ice

📋 copy color: '#BDDFDB'

red 189 ◦ green 223 ◦ blue 219

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

Shades of Jagged Ice #BDDFDB

Tints of Jagged Ice #BDDFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.71%

R = 29.95%
G = 35.34%
B = 34.71%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#BDDFDB (or 0xBDDFDB) is known color: Jagged Ice. HEX triplet: BD, DF and DB. RGB value is (189,223,219). Sum of RGB (Red+Green+Blue) = 189+223+219=631 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.95% from 631); Green value is 223 (87.5% from 255 or 35.34% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDFDB is #422024. Grayscale: #D4D4D4. Windows color (decimal): -4333605 or 14409661. OLE color: 14409661.

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

Color convert

RGB 189 223 219 -
CMYK 0.15 0 0.02 0.13
HSL 172.94º 0.35% 0.81% -
HSV(B) 172.94º 0.15% 0.87% -
XYZ 60.16 68.71 77.11 -
YUV 212.38 131.74 111.33 -
System Red Green Blue C M Y K H S L
Decimal 189 223 219 0.15 0 0.02 0.13 172.94 0.35 0.81
Hex BD DF DB F 0 2 D AD 23 51
Octal 275 337 333 17 0 2 15 255 43 121
Binary 10111101 11011111 11011011 1111 0 10 1101 10101101 100011 1010001

Color Harmonies of #BDDFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDFDB

Black with #BDDFDB

Text Example


Text Example

White with #BDDFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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