Html Css Color HEX #BCDBDE Powder Blue

📋 copy color: '#BCDBDE'

red 188 ◦ green 219 ◦ blue 222

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

Shades of Powder Blue #BCDBDE

Tints of Powder Blue #BCDBDE

RGB

 RED value IS 188 (73.83% from 255) = 29.89%

 GREEN value IS 219 (85.94% from 255) = 34.82%

 BLUE value IS 222 (87.11% from 255) = 35.29%

R = 29.89%
G = 34.82%
B = 35.29%

CMYK

 C value IS 0.15

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BCDBDE (or 0xBCDBDE) is known color: Powder Blue. HEX triplet: BC, DB and DE. RGB value is (188,219,222). Sum of RGB (Red+Green+Blue) = 188+219+222=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 219 (85.94% from 255 or 34.82% from 629); Blue value is 222 (87.11% from 255 or 35.29% from 629); Max value from RGB is 222 - color contains mainly: blue. Hex color #BCDBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDBDE is #432421. Grayscale: #D2D2D2. Windows color (decimal): -4400162 or 14605244. OLE color: 14605244.

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

Color convert

RGB 188 219 222 -
CMYK 0.15 0.01 0 0.13
HSL 185.29º 0.34% 0.8% -
HSV(B) 185.29º 0.15% 0.87% -
XYZ 59.26 66.63 78.84 -
YUV 210.07 134.73 112.26 -
System Red Green Blue C M Y K H S L
Decimal 188 219 222 0.15 0.01 0 0.13 185.29 0.34 0.8
Hex BC DB DE F 1 0 D B9 22 50
Octal 274 333 336 17 1 0 15 271 42 120
Binary 10111100 11011011 11011110 1111 1 0 1101 10111001 100010 1010000

Color Harmonies of #BCDBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDBDE

Black with #BCDBDE

Text Example


Text Example

White with #BCDBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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