Html Css Color HEX #BCDBE2 Powder Blue

📋 copy color: '#BCDBE2'

red 188 ◦ green 219 ◦ blue 226

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

Shades of Powder Blue #BCDBE2

Tints of Powder Blue #BCDBE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 35.7%

R = 29.7%
G = 34.6%
B = 35.7%

CMYK

 C value IS 0.17

 M value IS 0.03

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BCDBE2 (or 0xBCDBE2) is known color: Powder Blue. HEX triplet: BC, DB and E2. RGB value is (188,219,226). Sum of RGB (Red+Green+Blue) = 188+219+226=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 219 (85.94% from 255 or 34.60% from 633); Blue value is 226 (88.67% from 255 or 35.70% from 633); Max value from RGB is 226 - color contains mainly: blue. Hex color #BCDBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDBE2 is #43241D. Grayscale: #D2D2D2. Windows color (decimal): -4400158 or 14867388. OLE color: 14867388.

HSL color Cylindrical-coordinate representation of color #BCDBE2: hue angle of 191.05º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCDBE2 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 219 226 -
CMYK 0.17 0.03 0 0.11
HSL 191.05º 0.4% 0.81% -
HSV(B) 191.05º 0.17% 0.89% -
XYZ 59.8 66.85 81.7 -
YUV 210.53 136.73 111.93 -
System Red Green Blue C M Y K H S L
Decimal 188 219 226 0.17 0.03 0 0.11 191.05 0.4 0.81
Hex BC DB E2 11 3 0 B BF 28 51
Octal 274 333 342 21 3 0 13 277 50 121
Binary 10111100 11011011 11100010 10001 11 0 1011 10111111 101000 1010001

Color Harmonies of #BCDBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDBE2

Black with #BCDBE2

Text Example


Text Example

White with #BCDBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDBE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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