Html Css Color HEX #BBDBDB Powder Blue

📋 copy color: '#BBDBDB'

red 187 ◦ green 219 ◦ blue 219

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

Shades of Powder Blue #BBDBDB

Tints of Powder Blue #BBDBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.04%

R = 29.92%
G = 35.04%
B = 35.04%

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

#BBDBDB (or 0xBBDBDB) is known color: Powder Blue. HEX triplet: BB, DB and DB. RGB value is (187,219,219). Sum of RGB (Red+Green+Blue) = 187+219+219=625 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.92% from 625); Green value is 219 (85.94% from 255 or 35.04% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #BBDBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDBDB is #442424. Grayscale: #D1D1D1. Windows color (decimal): -4465701 or 14408635. OLE color: 14408635.

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

Color convert

RGB 187 219 219 -
CMYK 0.15 0 0 0.14
HSL 180º 0.31% 0.8% -
HSV(B) 180º 0.15% 0.86% -
XYZ 58.61 66.34 76.73 -
YUV 209.43 133.4 112 -
System Red Green Blue C M Y K H S L
Decimal 187 219 219 0.15 0 0 0.14 180 0.31 0.8
Hex BB DB DB F 0 0 E B4 1F 50
Octal 273 333 333 17 0 0 16 264 37 120
Binary 10111011 11011011 11011011 1111 0 0 1110 10110100 11111 1010000

Color Harmonies of #BBDBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDBDB

Black with #BBDBDB

Text Example


Text Example

White with #BBDBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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