Html Css Color HEX #BDDEDB Jagged Ice

📋 copy color: '#BDDEDB'

red 189 ◦ green 222 ◦ blue 219

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

Shades of Jagged Ice #BDDEDB

Tints of Jagged Ice #BDDEDB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.24%

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

R = 30%
G = 35.24%
B = 34.76%

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

#BDDEDB (or 0xBDDEDB) is known color: Jagged Ice. HEX triplet: BD, DE and DB. RGB value is (189,222,219). Sum of RGB (Red+Green+Blue) = 189+222+219=630 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30% from 630); Green value is 222 (87.11% from 255 or 35.24% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDEDB is #422124. Grayscale: #D3D3D3. Windows color (decimal): -4333861 or 14409405. OLE color: 14409405.

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

Color convert

RGB 189 222 219 -
CMYK 0.15 0 0.01 0.13
HSL 174.55º 0.33% 0.81% -
HSV(B) 174.55º 0.15% 0.87% -
XYZ 59.89 68.18 77.02 -
YUV 211.79 132.07 111.74 -
System Red Green Blue C M Y K H S L
Decimal 189 222 219 0.15 0 0.01 0.13 174.55 0.33 0.81
Hex BD DE DB F 0 1 D AF 21 51
Octal 275 336 333 17 0 1 15 257 41 121
Binary 10111101 11011110 11011011 1111 0 1 1101 10101111 100001 1010001

Color Harmonies of #BDDEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDEDB

Black with #BDDEDB

Text Example


Text Example

White with #BDDEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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