Html Css Color HEX #B7D3FF Pale Cornflower Blue

📋 copy color: '#B7D3FF'

red 183 ◦ green 211 ◦ blue 255

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

Shades of Pale Cornflower Blue #B7D3FF

Tints of Pale Cornflower Blue #B7D3FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.29%

R = 28.2%
G = 32.51%
B = 39.29%

CMYK

 C value IS 0.28

 M value IS 0.17

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B7D3FF (or 0xB7D3FF) is known color: Pale Cornflower Blue. HEX triplet: B7, D3 and FF. RGB value is (183,211,255). Sum of RGB (Red+Green+Blue) = 183+211+255=649 (85% of max value = 765). Red value is 183 (71.88% from 255 or 28.20% from 649); Green value is 211 (82.81% from 255 or 32.51% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #B7D3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7D3FF is #482C00. Grayscale: #CFCFCF. Windows color (decimal): -4729857 or 16765879. OLE color: 16765879.

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

Color convert

RGB 183 211 255 -
CMYK 0.28 0.17 0 0
HSL 216.67º 1% 0.86% -
HSV(B) 216.67º 0.28% 1% -
XYZ 60.87 63.88 103.73 -
YUV 207.64 154.72 110.42 -
System Red Green Blue C M Y K H S L
Decimal 183 211 255 0.28 0.17 0 0 216.67 1 0.86
Hex B7 D3 FF 1C 11 0 0 D9 64 56
Octal 267 323 377 34 21 0 0 331 144 126
Binary 10110111 11010011 11111111 11100 10001 0 0 11011001 1100100 1010110

Color Harmonies of #B7D3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D3FF

Black with #B7D3FF

Text Example


Text Example

White with #B7D3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D3FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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