Html Css Color HEX #B1DADF Powder Blue

📋 copy color: '#B1DADF'

red 177 ◦ green 218 ◦ blue 223

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

Shades of Powder Blue #B1DADF

Tints of Powder Blue #B1DADF

RGB

 RED value IS 177 (69.53% from 255) = 28.64%

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

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

R = 28.64%
G = 35.28%
B = 36.08%

CMYK

 C value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B1DADF (or 0xB1DADF) is known color: Powder Blue. HEX triplet: B1, DA and DF. RGB value is (177,218,223). Sum of RGB (Red+Green+Blue) = 177+218+223=618 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.64% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 223 - color contains mainly: blue. Hex color #B1DADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DADF is #4E2520. Grayscale: #CECECE. Windows color (decimal): -5121313 or 14670513. OLE color: 14670513.

HSL color Cylindrical-coordinate representation of color #B1DADF: hue angle of 186.52º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1DADF is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 218 223 -
CMYK 0.21 0.02 0 0.13
HSL 186.52º 0.42% 0.78% -
HSV(B) 186.52º 0.21% 0.87% -
XYZ 56.52 64.82 79.34 -
YUV 206.31 137.42 107.09 -
System Red Green Blue C M Y K H S L
Decimal 177 218 223 0.21 0.02 0 0.13 186.52 0.42 0.78
Hex B1 DA DF 15 2 0 D BB 2A 4E
Octal 261 332 337 25 2 0 15 273 52 116
Binary 10110001 11011010 11011111 10101 10 0 1101 10111011 101010 1001110

Color Harmonies of #B1DADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DADF

Black with #B1DADF

Text Example


Text Example

White with #B1DADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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