Html Css Color HEX #B7DAFE Pale Cornflower Blue

📋 copy color: '#B7DAFE'

red 183 ◦ green 218 ◦ blue 254

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

Shades of Pale Cornflower Blue #B7DAFE

Tints of Pale Cornflower Blue #B7DAFE

RGB

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

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

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

R = 27.94%
G = 33.28%
B = 38.78%

CMYK

 C value IS 0.28

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B7DAFE (or 0xB7DAFE) is known color: Pale Cornflower Blue. HEX triplet: B7, DA and FE. RGB value is (183,218,254). Sum of RGB (Red+Green+Blue) = 183+218+254=655 (86% of max value = 765). Red value is 183 (71.88% from 255 or 27.94% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #B7DAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7DAFE is #482501. Grayscale: #D3D3D3. Windows color (decimal): -4728066 or 16702135. OLE color: 16702135.

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

Color convert

RGB 183 218 254 -
CMYK 0.28 0.14 0 0.00
HSL 210.42º 0.97% 0.86% -
HSV(B) 210.42º 0.28% 1% -
XYZ 62.49 67.37 103.48 -
YUV 211.64 151.9 107.57 -
System Red Green Blue C M Y K H S L
Decimal 183 218 254 0.28 0.14 0 0.00 210.42 0.97 0.86
Hex B7 DA FE 1C E 0 0 D2 61 56
Octal 267 332 376 34 16 0 0 322 141 126
Binary 10110111 11011010 11111110 11100 1110 0 0 11010010 1100001 1010110

Color Harmonies of #B7DAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DAFE

Black with #B7DAFE

Text Example


Text Example

White with #B7DAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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