Html Css Color HEX #B7D5F3 Pale Cornflower Blue

📋 copy color: '#B7D5F3'

red 183 ◦ green 213 ◦ blue 243

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

Shades of Pale Cornflower Blue #B7D5F3

Tints of Pale Cornflower Blue #B7D5F3

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.33%

 BLUE value IS 243 (95.31% from 255) = 38.03%

R = 28.64%
G = 33.33%
B = 38.03%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B7D5F3 (or 0xB7D5F3) is known color: Pale Cornflower Blue. HEX triplet: B7, D5 and F3. RGB value is (183,213,243). Sum of RGB (Red+Green+Blue) = 183+213+243=639 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.64% from 639); Green value is 213 (83.59% from 255 or 33.33% from 639); Blue value is 243 (95.31% from 255 or 38.03% from 639); Max value from RGB is 243 - color contains mainly: blue. Hex color #B7D5F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7D5F3 is #482A0C. Grayscale: #CFCFCF. Windows color (decimal): -4729357 or 15979959. OLE color: 15979959.

HSL color Cylindrical-coordinate representation of color #B7D5F3: hue angle of 210º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B7D5F3 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 183 213 243 -
CMYK 0.25 0.12 0 0.05
HSL 210º 0.71% 0.84% -
HSV(B) 210º 0.25% 0.95% -
XYZ 59.5 64.13 94.04 -
YUV 207.45 148.06 110.56 -
System Red Green Blue C M Y K H S L
Decimal 183 213 243 0.25 0.12 0 0.05 210 0.71 0.84
Hex B7 D5 F3 19 C 0 5 D2 47 54
Octal 267 325 363 31 14 0 5 322 107 124
Binary 10110111 11010101 11110011 11001 1100 0 101 11010010 1000111 1010100

Color Harmonies of #B7D5F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D5F3

Black with #B7D5F3

Text Example


Text Example

White with #B7D5F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D5F3; }

 p { color: rgb(183,213,243); }

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

background-color css

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

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

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

border-color css

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

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

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