Html Css Color HEX #BBDBDC Powder Blue

📋 copy color: '#BBDBDC'

red 187 ◦ green 219 ◦ blue 220

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

Shades of Powder Blue #BBDBDC

Tints of Powder Blue #BBDBDC

RGB

 RED value IS 187 (73.44% from 255) = 29.87%

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

 BLUE value IS 220 (86.33% from 255) = 35.14%

R = 29.87%
G = 34.98%
B = 35.14%

CMYK

 C value IS 0.15

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BBDBDC (or 0xBBDBDC) is known color: Powder Blue. HEX triplet: BB, DB and DC. RGB value is (187,219,220). Sum of RGB (Red+Green+Blue) = 187+219+220=626 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.87% from 626); Green value is 219 (85.94% from 255 or 34.98% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBDBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDBDC is #442423. Grayscale: #D1D1D1. Windows color (decimal): -4465700 or 14474171. OLE color: 14474171.

HSL color Cylindrical-coordinate representation of color #BBDBDC: hue angle of 181.82º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBDBDC is Cyan = 0.15, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 219 220 -
CMYK 0.15 0.00 0 0.14
HSL 181.82º 0.32% 0.8% -
HSV(B) 181.82º 0.15% 0.86% -
XYZ 58.74 66.4 77.43 -
YUV 209.55 133.9 111.92 -
System Red Green Blue C M Y K H S L
Decimal 187 219 220 0.15 0.00 0 0.14 181.82 0.32 0.8
Hex BB DB DC F 0 0 E B6 20 50
Octal 273 333 334 17 0 0 16 266 40 120
Binary 10111011 11011011 11011100 1111 0 0 1110 10110110 100000 1010000

Color Harmonies of #BBDBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDBDC

Black with #BBDBDC

Text Example


Text Example

White with #BBDBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDBDC; }

 p { color: rgb(187,219,220); }

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

background-color css

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

 a { background-color: rgb(187,219,220); }

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

border-color css

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

 span { border-color: rgb(187,219,220); }

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