Html Css Color HEX #B7DCE1 Powder Blue

📋 copy color: '#B7DCE1'

red 183 ◦ green 220 ◦ blue 225

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

Shades of Powder Blue #B7DCE1

Tints of Powder Blue #B7DCE1

RGB

 RED value IS 183 (71.88% from 255) = 29.14%

 GREEN value IS 220 (86.33% from 255) = 35.03%

 BLUE value IS 225 (88.28% from 255) = 35.83%

R = 29.14%
G = 35.03%
B = 35.83%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B7DCE1 (or 0xB7DCE1) is known color: Powder Blue. HEX triplet: B7, DC and E1. RGB value is (183,220,225). Sum of RGB (Red+Green+Blue) = 183+220+225=628 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.14% from 628); Green value is 220 (86.33% from 255 or 35.03% from 628); Blue value is 225 (88.28% from 255 or 35.83% from 628); Max value from RGB is 225 - color contains mainly: blue. Hex color #B7DCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DCE1 is #48231E. Grayscale: #D1D1D1. Windows color (decimal): -4727583 or 14802103. OLE color: 14802103.

HSL color Cylindrical-coordinate representation of color #B7DCE1: hue angle of 187.14º degrees, saturation: 0.41, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B7DCE1 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 183 220 225 -
CMYK 0.19 0.02 0 0.12
HSL 187.14º 0.41% 0.8% -
HSV(B) 187.14º 0.19% 0.88% -
XYZ 58.71 66.69 81.01 -
YUV 209.51 136.74 109.09 -
System Red Green Blue C M Y K H S L
Decimal 183 220 225 0.19 0.02 0 0.12 187.14 0.41 0.8
Hex B7 DC E1 13 2 0 C BB 29 50
Octal 267 334 341 23 2 0 14 273 51 120
Binary 10110111 11011100 11100001 10011 10 0 1100 10111011 101001 1010000

Color Harmonies of #B7DCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DCE1

Black with #B7DCE1

Text Example


Text Example

White with #B7DCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DCE1; }

 p { color: rgb(183,220,225); }

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

background-color css

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

 a { background-color: rgb(183,220,225); }

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

border-color css

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

 span { border-color: rgb(183,220,225); }

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