Html Css Color HEX #B7DCFE Pale Cornflower Blue

📋 copy color: '#B7DCFE'

red 183 ◦ green 220 ◦ blue 254

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

Shades of Pale Cornflower Blue #B7DCFE

Tints of Pale Cornflower Blue #B7DCFE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.49%

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

R = 27.85%
G = 33.49%
B = 38.66%

CMYK

 C value IS 0.28

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B7DCFE (or 0xB7DCFE) is known color: Pale Cornflower Blue. HEX triplet: B7, DC and FE. RGB value is (183,220,254). Sum of RGB (Red+Green+Blue) = 183+220+254=657 (87% of max value = 765). Red value is 183 (71.88% from 255 or 27.85% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #B7DCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7DCFE is #482301. Grayscale: #D4D4D4. Windows color (decimal): -4727554 or 16702647. OLE color: 16702647.

HSL color Cylindrical-coordinate representation of color #B7DCFE: hue angle of 208.73º 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 #B7DCFE is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 183 220 254 -
CMYK 0.28 0.13 0 0.00
HSL 208.73º 0.97% 0.86% -
HSV(B) 208.73º 0.28% 1% -
XYZ 63.01 68.41 103.65 -
YUV 212.81 151.24 106.74 -
System Red Green Blue C M Y K H S L
Decimal 183 220 254 0.28 0.13 0 0.00 208.73 0.97 0.86
Hex B7 DC FE 1C D 0 0 D1 61 56
Octal 267 334 376 34 15 0 0 321 141 126
Binary 10110111 11011100 11111110 11100 1101 0 0 11010001 1100001 1010110

Color Harmonies of #B7DCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DCFE

Black with #B7DCFE

Text Example


Text Example

White with #B7DCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DCFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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