Html Css Color HEX #B7DCFF Pale Cornflower Blue

📋 copy color: '#B7DCFF'

red 183 ◦ green 220 ◦ blue 255

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

Shades of Pale Cornflower Blue #B7DCFF

Tints of Pale Cornflower Blue #B7DCFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.75%

R = 27.81%
G = 33.43%
B = 38.75%

CMYK

 C value IS 0.28

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B7DCFF (or 0xB7DCFF) is known color: Pale Cornflower Blue. HEX triplet: B7, DC and FF. RGB value is (183,220,255). Sum of RGB (Red+Green+Blue) = 183+220+255=658 (87% of max value = 765). Red value is 183 (71.88% from 255 or 27.81% from 658); Green value is 220 (86.33% from 255 or 33.43% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #B7DCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7DCFF is #482300. Grayscale: #D4D4D4. Windows color (decimal): -4727553 or 16768183. OLE color: 16768183.

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

Color convert

RGB 183 220 255 -
CMYK 0.28 0.14 0 0
HSL 209.17º 1% 0.86% -
HSV(B) 209.17º 0.28% 1% -
XYZ 63.17 68.47 104.5 -
YUV 212.93 151.74 106.65 -
System Red Green Blue C M Y K H S L
Decimal 183 220 255 0.28 0.14 0 0 209.17 1 0.86
Hex B7 DC FF 1C E 0 0 D1 64 56
Octal 267 334 377 34 16 0 0 321 144 126
Binary 10110111 11011100 11111111 11100 1110 0 0 11010001 1100100 1010110

Color Harmonies of #B7DCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DCFF

Black with #B7DCFF

Text Example


Text Example

White with #B7DCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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