Html Css Color HEX #BBDCDC Powder Blue

📋 copy color: '#BBDCDC'

red 187 ◦ green 220 ◦ blue 220

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

Shades of Powder Blue #BBDCDC

Tints of Powder Blue #BBDCDC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.09%

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

R = 29.82%
G = 35.09%
B = 35.09%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BBDCDC (or 0xBBDCDC) is known color: Powder Blue. HEX triplet: BB, DC and DC. RGB value is (187,220,220). Sum of RGB (Red+Green+Blue) = 187+220+220=627 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.82% from 627); Green value is 220 (86.33% from 255 or 35.09% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #BBDCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDCDC is #442323. Grayscale: #D2D2D2. Windows color (decimal): -4465444 or 14474427. OLE color: 14474427.

HSL color Cylindrical-coordinate representation of color #BBDCDC: hue angle of 180º 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 #BBDCDC is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 220 220 -
CMYK 0.15 0 0 0.14
HSL 180º 0.32% 0.8% -
HSV(B) 180º 0.15% 0.86% -
XYZ 59 66.92 77.52 -
YUV 210.13 133.57 111.5 -
System Red Green Blue C M Y K H S L
Decimal 187 220 220 0.15 0 0 0.14 180 0.32 0.8
Hex BB DC DC F 0 0 E B4 20 50
Octal 273 334 334 17 0 0 16 264 40 120
Binary 10111011 11011100 11011100 1111 0 0 1110 10110100 100000 1010000

Color Harmonies of #BBDCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDCDC

Black with #BBDCDC

Text Example


Text Example

White with #BBDCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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