Html Css Color HEX #B6DCFE Pale Cornflower Blue

📋 copy color: '#B6DCFE'

red 182 ◦ green 220 ◦ blue 254

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

Shades of Pale Cornflower Blue #B6DCFE

Tints of Pale Cornflower Blue #B6DCFE

RGB

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

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

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

R = 27.74%
G = 33.54%
B = 38.72%

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

#B6DCFE (or 0xB6DCFE) is known color: Pale Cornflower Blue. HEX triplet: B6, DC and FE. RGB value is (182,220,254). Sum of RGB (Red+Green+Blue) = 182+220+254=656 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.74% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #B6DCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6DCFE is #492301. Grayscale: #D4D4D4. Windows color (decimal): -4793090 or 16702646. OLE color: 16702646.

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

Color convert

RGB 182 220 254 -
CMYK 0.28 0.13 0 0.00
HSL 208.33º 0.97% 0.85% -
HSV(B) 208.33º 0.28% 1% -
XYZ 62.77 68.29 103.64 -
YUV 212.51 151.41 106.24 -
System Red Green Blue C M Y K H S L
Decimal 182 220 254 0.28 0.13 0 0.00 208.33 0.97 0.85
Hex B6 DC FE 1C D 0 0 D0 61 55
Octal 266 334 376 34 15 0 0 320 141 125
Binary 10110110 11011100 11111110 11100 1101 0 0 11010000 1100001 1010101

Color Harmonies of #B6DCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DCFE

Black with #B6DCFE

Text Example


Text Example

White with #B6DCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DCFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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