Html Css Color HEX #B6DAFE Pale Cornflower Blue

📋 copy color: '#B6DAFE'

red 182 ◦ green 218 ◦ blue 254

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

Shades of Pale Cornflower Blue #B6DAFE

Tints of Pale Cornflower Blue #B6DAFE

RGB

 RED value IS 182 (71.48% from 255) = 27.83%

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

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

R = 27.83%
G = 33.33%
B = 38.84%

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

#B6DAFE (or 0xB6DAFE) is known color: Pale Cornflower Blue. HEX triplet: B6, DA and FE. RGB value is (182,218,254). Sum of RGB (Red+Green+Blue) = 182+218+254=654 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.83% from 654); Green value is 218 (85.55% from 255 or 33.33% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #B6DAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6DAFE is #492501. Grayscale: #D3D3D3. Windows color (decimal): -4793602 or 16702134. OLE color: 16702134.

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

Color convert

RGB 182 218 254 -
CMYK 0.28 0.14 0 0.00
HSL 210º 0.97% 0.85% -
HSV(B) 210º 0.28% 1% -
XYZ 62.25 67.24 103.46 -
YUV 211.34 152.07 107.07 -
System Red Green Blue C M Y K H S L
Decimal 182 218 254 0.28 0.14 0 0.00 210 0.97 0.85
Hex B6 DA FE 1C E 0 0 D2 61 55
Octal 266 332 376 34 16 0 0 322 141 125
Binary 10110110 11011010 11111110 11100 1110 0 0 11010010 1100001 1010101

Color Harmonies of #B6DAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DAFE

Black with #B6DAFE

Text Example


Text Example

White with #B6DAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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