Html Css Color HEX #BBDADF Powder Blue

📋 copy color: '#BBDADF'

red 187 ◦ green 218 ◦ blue 223

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

Shades of Powder Blue #BBDADF

Tints of Powder Blue #BBDADF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.71%

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

R = 29.78%
G = 34.71%
B = 35.51%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBDADF (or 0xBBDADF) is known color: Powder Blue. HEX triplet: BB, DA and DF. RGB value is (187,218,223). Sum of RGB (Red+Green+Blue) = 187+218+223=628 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.78% from 628); Green value is 218 (85.55% from 255 or 34.71% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBDADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDADF is #442520. Grayscale: #D1D1D1. Windows color (decimal): -4465953 or 14670523. OLE color: 14670523.

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

Color convert

RGB 187 218 223 -
CMYK 0.16 0.02 0 0.13
HSL 188.33º 0.36% 0.8% -
HSV(B) 188.33º 0.16% 0.87% -
XYZ 58.88 66.04 79.45 -
YUV 209.3 135.73 112.09 -
System Red Green Blue C M Y K H S L
Decimal 187 218 223 0.16 0.02 0 0.13 188.33 0.36 0.8
Hex BB DA DF 10 2 0 D BC 24 50
Octal 273 332 337 20 2 0 15 274 44 120
Binary 10111011 11011010 11011111 10000 10 0 1101 10111100 100100 1010000

Color Harmonies of #BBDADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDADF

Black with #BBDADF

Text Example


Text Example

White with #BBDADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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