Html Css Color HEX #BBDFDF Powder Blue

📋 copy color: '#BBDFDF'

red 187 ◦ green 223 ◦ blue 223

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

Shades of Powder Blue #BBDFDF

Tints of Powder Blue #BBDFDF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.23%

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

R = 29.54%
G = 35.23%
B = 35.23%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBDFDF (or 0xBBDFDF) is known color: Powder Blue. HEX triplet: BB, DF and DF. RGB value is (187,223,223). Sum of RGB (Red+Green+Blue) = 187+223+223=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 223 (87.5% from 255 or 35.23% from 633); Blue value is 223 (87.5% from 255 or 35.23% from 633); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #BBDFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDFDF is #442020. Grayscale: #D4D4D4. Windows color (decimal): -4464673 or 14671803. OLE color: 14671803.

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

Color convert

RGB 187 223 223 -
CMYK 0.16 0 0 0.13
HSL 180º 0.36% 0.8% -
HSV(B) 180º 0.16% 0.87% -
XYZ 60.2 68.67 79.89 -
YUV 212.24 134.07 110 -
System Red Green Blue C M Y K H S L
Decimal 187 223 223 0.16 0 0 0.13 180 0.36 0.8
Hex BB DF DF 10 0 0 D B4 24 50
Octal 273 337 337 20 0 0 15 264 44 120
Binary 10111011 11011111 11011111 10000 0 0 1101 10110100 100100 1010000

Color Harmonies of #BBDFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDFDF

Black with #BBDFDF

Text Example


Text Example

White with #BBDFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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