Html Css Color HEX #B7D9FA Pale Cornflower Blue

📋 copy color: '#B7D9FA'

red 183 ◦ green 217 ◦ blue 250

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

Shades of Pale Cornflower Blue #B7D9FA

Tints of Pale Cornflower Blue #B7D9FA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.38%

 BLUE value IS 250 (98.05% from 255) = 38.46%

R = 28.15%
G = 33.38%
B = 38.46%

CMYK

 C value IS 0.27

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B7D9FA (or 0xB7D9FA) is known color: Pale Cornflower Blue. HEX triplet: B7, D9 and FA. RGB value is (183,217,250). Sum of RGB (Red+Green+Blue) = 183+217+250=650 (86% of max value = 765). Red value is 183 (71.88% from 255 or 28.15% from 650); Green value is 217 (85.16% from 255 or 33.38% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 250 - color contains mainly: blue. Hex color #B7D9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7D9FA is #482605. Grayscale: #D2D2D2. Windows color (decimal): -4728326 or 16439735. OLE color: 16439735.

HSL color Cylindrical-coordinate representation of color #B7D9FA: hue angle of 209.55º degrees, saturation: 0.87, 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 #B7D9FA is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 183 217 250 -
CMYK 0.27 0.13 0 0.02
HSL 209.55º 0.87% 0.85% -
HSV(B) 209.55º 0.27% 0.98% -
XYZ 61.6 66.6 100.05 -
YUV 210.6 150.24 108.32 -
System Red Green Blue C M Y K H S L
Decimal 183 217 250 0.27 0.13 0 0.02 209.55 0.87 0.85
Hex B7 D9 FA 1B D 0 2 D2 57 55
Octal 267 331 372 33 15 0 2 322 127 125
Binary 10110111 11011001 11111010 11011 1101 0 10 11010010 1010111 1010101

Color Harmonies of #B7D9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D9FA

Black with #B7D9FA

Text Example


Text Example

White with #B7D9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D9FA; }

 p { color: rgb(183,217,250); }

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

background-color css

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

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

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

border-color css

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

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

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