Html Css Color HEX #B7DFDF Powder Blue

📋 copy color: '#B7DFDF'

red 183 ◦ green 223 ◦ blue 223

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

Shades of Powder Blue #B7DFDF

Tints of Powder Blue #B7DFDF

RGB

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

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

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

R = 29.09%
G = 35.45%
B = 35.45%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B7DFDF (or 0xB7DFDF) is known color: Powder Blue. HEX triplet: B7, DF and DF. RGB value is (183,223,223). Sum of RGB (Red+Green+Blue) = 183+223+223=629 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.09% from 629); Green value is 223 (87.5% from 255 or 35.45% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #B7DFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DFDF is #482020. Grayscale: #D3D3D3. Windows color (decimal): -4726817 or 14671799. OLE color: 14671799.

HSL color Cylindrical-coordinate representation of color #B7DFDF: hue angle of 180º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7DFDF is Cyan = 0.18, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 223 223 -
CMYK 0.18 0 0 0.13
HSL 180º 0.38% 0.8% -
HSV(B) 180º 0.18% 0.87% -
XYZ 59.24 68.17 79.85 -
YUV 211.04 134.75 108 -
System Red Green Blue C M Y K H S L
Decimal 183 223 223 0.18 0 0 0.13 180 0.38 0.8
Hex B7 DF DF 12 0 0 D B4 26 50
Octal 267 337 337 22 0 0 15 264 46 120
Binary 10110111 11011111 11011111 10010 0 0 1101 10110100 100110 1010000

Color Harmonies of #B7DFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DFDF

Black with #B7DFDF

Text Example


Text Example

White with #B7DFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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