Html Css Color HEX #BCDBDD Powder Blue

📋 copy color: '#BCDBDD'

red 188 ◦ green 219 ◦ blue 221

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

Shades of Powder Blue #BCDBDD

Tints of Powder Blue #BCDBDD

RGB

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

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

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

R = 29.94%
G = 34.87%
B = 35.19%

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

#BCDBDD (or 0xBCDBDD) is known color: Powder Blue. HEX triplet: BC, DB and DD. RGB value is (188,219,221). Sum of RGB (Red+Green+Blue) = 188+219+221=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 219 (85.94% from 255 or 34.87% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCDBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDBDD is #432422. Grayscale: #D1D1D1. Windows color (decimal): -4400163 or 14539708. OLE color: 14539708.

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

Color convert

RGB 188 219 221 -
CMYK 0.15 0.01 0 0.13
HSL 183.64º 0.33% 0.8% -
HSV(B) 183.64º 0.15% 0.87% -
XYZ 59.12 66.57 78.14 -
YUV 209.96 134.23 112.34 -
System Red Green Blue C M Y K H S L
Decimal 188 219 221 0.15 0.01 0 0.13 183.64 0.33 0.8
Hex BC DB DD F 1 0 D B8 21 50
Octal 274 333 335 17 1 0 15 270 41 120
Binary 10111100 11011011 11011101 1111 1 0 1101 10111000 100001 1010000

Color Harmonies of #BCDBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDBDD

Black with #BCDBDD

Text Example


Text Example

White with #BCDBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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