Html Css Color HEX #B7DAFF Pale Cornflower Blue

📋 copy color: '#B7DAFF'

red 183 ◦ green 218 ◦ blue 255

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

Shades of Pale Cornflower Blue #B7DAFF

Tints of Pale Cornflower Blue #B7DAFF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.23%

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

R = 27.9%
G = 33.23%
B = 38.87%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B7DAFF (or 0xB7DAFF) is known color: Pale Cornflower Blue. HEX triplet: B7, DA and FF. RGB value is (183,218,255). Sum of RGB (Red+Green+Blue) = 183+218+255=656 (86% of max value = 765). Red value is 183 (71.88% from 255 or 27.90% from 656); Green value is 218 (85.55% from 255 or 33.23% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #B7DAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7DAFF is #482500. Grayscale: #D3D3D3. Windows color (decimal): -4728065 or 16767671. OLE color: 16767671.

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

Color convert

RGB 183 218 255 -
CMYK 0.28 0.15 0 0
HSL 210.83º 1% 0.86% -
HSV(B) 210.83º 0.28% 1% -
XYZ 62.65 67.43 104.32 -
YUV 211.75 152.4 107.49 -
System Red Green Blue C M Y K H S L
Decimal 183 218 255 0.28 0.15 0 0 210.83 1 0.86
Hex B7 DA FF 1C F 0 0 D3 64 56
Octal 267 332 377 34 17 0 0 323 144 126
Binary 10110111 11011010 11111111 11100 1111 0 0 11010011 1100100 1010110

Color Harmonies of #B7DAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DAFF

Black with #B7DAFF

Text Example


Text Example

White with #B7DAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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