Html Css Color HEX #B7D0FE Pale Cornflower Blue

📋 copy color: '#B7D0FE'

red 183 ◦ green 208 ◦ blue 254

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

Shades of Pale Cornflower Blue #B7D0FE

Tints of Pale Cornflower Blue #B7D0FE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32.25%

 BLUE value IS 254 (99.61% from 255) = 39.38%

R = 28.37%
G = 32.25%
B = 39.38%

CMYK

 C value IS 0.28

 M value IS 0.18

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B7D0FE (or 0xB7D0FE) is known color: Pale Cornflower Blue. HEX triplet: B7, D0 and FE. RGB value is (183,208,254). Sum of RGB (Red+Green+Blue) = 183+208+254=645 (85% of max value = 765). Red value is 183 (71.88% from 255 or 28.37% from 645); Green value is 208 (81.64% from 255 or 32.25% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #B7D0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7D0FE is #482F01. Grayscale: #CDCDCD. Windows color (decimal): -4730626 or 16699575. OLE color: 16699575.

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

Color convert

RGB 183 208 254 -
CMYK 0.28 0.18 0 0.00
HSL 218.87º 0.97% 0.86% -
HSV(B) 218.87º 0.28% 1% -
XYZ 59.97 62.33 102.64 -
YUV 205.77 155.22 111.76 -
System Red Green Blue C M Y K H S L
Decimal 183 208 254 0.28 0.18 0 0.00 218.87 0.97 0.86
Hex B7 D0 FE 1C 12 0 0 DB 61 56
Octal 267 320 376 34 22 0 0 333 141 126
Binary 10110111 11010000 11111110 11100 10010 0 0 11011011 1100001 1010110

Color Harmonies of #B7D0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D0FE

Black with #B7D0FE

Text Example


Text Example

White with #B7D0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D0FE; }

 p { color: rgb(183,208,254); }

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

background-color css

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

 a { background-color: rgb(183,208,254); }

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

border-color css

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

 span { border-color: rgb(183,208,254); }

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