Html Css Color HEX #B7D1F9 Pale Cornflower Blue

📋 copy color: '#B7D1F9'

red 183 ◦ green 209 ◦ blue 249

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

Shades of Pale Cornflower Blue #B7D1F9

Tints of Pale Cornflower Blue #B7D1F9

RGB

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

 GREEN value IS 209 (82.03% from 255) = 32.61%

 BLUE value IS 249 (97.66% from 255) = 38.85%

R = 28.55%
G = 32.61%
B = 38.85%

CMYK

 C value IS 0.27

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B7D1F9 (or 0xB7D1F9) is known color: Pale Cornflower Blue. HEX triplet: B7, D1 and F9. RGB value is (183,209,249). Sum of RGB (Red+Green+Blue) = 183+209+249=641 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.55% from 641); Green value is 209 (82.03% from 255 or 32.61% from 641); Blue value is 249 (97.66% from 255 or 38.85% from 641); Max value from RGB is 249 - color contains mainly: blue. Hex color #B7D1F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7D1F9 is #482E06. Grayscale: #CDCDCD. Windows color (decimal): -4730375 or 16372151. OLE color: 16372151.

HSL color Cylindrical-coordinate representation of color #B7D1F9: hue angle of 216.36º degrees, saturation: 0.85, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7D1F9 is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 183 209 249 -
CMYK 0.27 0.16 0 0.02
HSL 216.36º 0.85% 0.85% -
HSV(B) 216.36º 0.27% 0.98% -
XYZ 59.43 62.51 98.56 -
YUV 205.79 152.39 111.75 -
System Red Green Blue C M Y K H S L
Decimal 183 209 249 0.27 0.16 0 0.02 216.36 0.85 0.85
Hex B7 D1 F9 1B 10 0 2 D8 55 55
Octal 267 321 371 33 20 0 2 330 125 125
Binary 10110111 11010001 11111001 11011 10000 0 10 11011000 1010101 1010101

Color Harmonies of #B7D1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D1F9

Black with #B7D1F9

Text Example


Text Example

White with #B7D1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D1F9; }

 p { color: rgb(183,209,249); }

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

background-color css

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

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

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

border-color css

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

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

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