Html Css Color HEX #B7D3FD Pale Cornflower Blue

📋 copy color: '#B7D3FD'

red 183 ◦ green 211 ◦ blue 253

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

Shades of Pale Cornflower Blue #B7D3FD

Tints of Pale Cornflower Blue #B7D3FD

RGB

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

 GREEN value IS 211 (82.81% from 255) = 32.61%

 BLUE value IS 253 (99.22% from 255) = 39.1%

R = 28.28%
G = 32.61%
B = 39.1%

CMYK

 C value IS 0.28

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B7D3FD (or 0xB7D3FD) is known color: Pale Cornflower Blue. HEX triplet: B7, D3 and FD. RGB value is (183,211,253). Sum of RGB (Red+Green+Blue) = 183+211+253=647 (85% of max value = 765). Red value is 183 (71.88% from 255 or 28.28% from 647); Green value is 211 (82.81% from 255 or 32.61% from 647); Blue value is 253 (99.22% from 255 or 39.10% from 647); Max value from RGB is 253 - color contains mainly: blue. Hex color #B7D3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7D3FD is #482C02. Grayscale: #CFCFCF. Windows color (decimal): -4729859 or 16634807. OLE color: 16634807.

HSL color Cylindrical-coordinate representation of color #B7D3FD: hue angle of 216º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7D3FD is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 183 211 253 -
CMYK 0.28 0.17 0 0.01
HSL 216º 0.95% 0.85% -
HSV(B) 216º 0.28% 0.99% -
XYZ 60.55 63.75 102.04 -
YUV 207.42 153.72 110.58 -
System Red Green Blue C M Y K H S L
Decimal 183 211 253 0.28 0.17 0 0.01 216 0.95 0.85
Hex B7 D3 FD 1C 11 0 1 D8 5F 55
Octal 267 323 375 34 21 0 1 330 137 125
Binary 10110111 11010011 11111101 11100 10001 0 1 11011000 1011111 1010101

Color Harmonies of #B7D3FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D3FD

Black with #B7D3FD

Text Example


Text Example

White with #B7D3FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D3FD; }

 p { color: rgb(183,211,253); }

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

background-color css

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

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

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

border-color css

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

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

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