Html Css Color HEX #B0DADB Powder Blue

📋 copy color: '#B0DADB'

red 176 ◦ green 218 ◦ blue 219

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

Shades of Powder Blue #B0DADB

Tints of Powder Blue #B0DADB

RGB

 RED value IS 176 (69.14% from 255) = 28.71%

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

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

R = 28.71%
G = 35.56%
B = 35.73%

CMYK

 C value IS 0.20

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B0DADB (or 0xB0DADB) is known color: Powder Blue. HEX triplet: B0, DA and DB. RGB value is (176,218,219). Sum of RGB (Red+Green+Blue) = 176+218+219=613 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.71% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 219 - color contains mainly: blue. Hex color #B0DADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DADB is #4F2524. Grayscale: #CDCDCD. Windows color (decimal): -5186853 or 14408368. OLE color: 14408368.

HSL color Cylindrical-coordinate representation of color #B0DADB: hue angle of 181.4º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0DADB is Cyan = 0.20, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 218 219 -
CMYK 0.20 0.00 0 0.14
HSL 181.4º 0.37% 0.77% -
HSV(B) 181.4º 0.2% 0.86% -
XYZ 55.76 64.49 76.53 -
YUV 205.56 135.59 106.92 -
System Red Green Blue C M Y K H S L
Decimal 176 218 219 0.20 0.00 0 0.14 181.4 0.37 0.77
Hex B0 DA DB 14 0 0 E B5 25 4D
Octal 260 332 333 24 0 0 16 265 45 115
Binary 10110000 11011010 11011011 10100 0 0 1110 10110101 100101 1001101

Color Harmonies of #B0DADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DADB

Black with #B0DADB

Text Example


Text Example

White with #B0DADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DADB; }

 p { color: rgb(176,218,219); }

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

background-color css

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

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

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

border-color css

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

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

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