Html Css Color HEX #BBDDDF Powder Blue

📋 copy color: '#BBDDDF'

red 187 ◦ green 221 ◦ blue 223

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

Shades of Powder Blue #BBDDDF

Tints of Powder Blue #BBDDDF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.02%

 BLUE value IS 223 (87.5% from 255) = 35.34%

R = 29.64%
G = 35.02%
B = 35.34%

CMYK

 C value IS 0.16

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBDDDF (or 0xBBDDDF) is known color: Powder Blue. HEX triplet: BB, DD and DF. RGB value is (187,221,223). Sum of RGB (Red+Green+Blue) = 187+221+223=631 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.64% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBDDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDDDF is #442220. Grayscale: #D3D3D3. Windows color (decimal): -4465185 or 14671291. OLE color: 14671291.

HSL color Cylindrical-coordinate representation of color #BBDDDF: hue angle of 183.33º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBDDDF is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 221 223 -
CMYK 0.16 0.01 0 0.13
HSL 183.33º 0.36% 0.8% -
HSV(B) 183.33º 0.16% 0.87% -
XYZ 59.67 67.61 79.72 -
YUV 211.06 134.74 110.84 -
System Red Green Blue C M Y K H S L
Decimal 187 221 223 0.16 0.01 0 0.13 183.33 0.36 0.8
Hex BB DD DF 10 1 0 D B7 24 50
Octal 273 335 337 20 1 0 15 267 44 120
Binary 10111011 11011101 11011111 10000 1 0 1101 10110111 100100 1010000

Color Harmonies of #BBDDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDDDF

Black with #BBDDDF

Text Example


Text Example

White with #BBDDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDDDF; }

 p { color: rgb(187,221,223); }

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

background-color css

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

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

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

border-color css

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

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

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