Html Css Color HEX #B6DCFF Pale Cornflower Blue

📋 copy color: '#B6DCFF'

red 182 ◦ green 220 ◦ blue 255

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

Shades of Pale Cornflower Blue #B6DCFF

Tints of Pale Cornflower Blue #B6DCFF

RGB

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

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

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

R = 27.7%
G = 33.49%
B = 38.81%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B6DCFF (or 0xB6DCFF) is known color: Pale Cornflower Blue. HEX triplet: B6, DC and FF. RGB value is (182,220,255). Sum of RGB (Red+Green+Blue) = 182+220+255=657 (87% of max value = 765). Red value is 182 (71.48% from 255 or 27.70% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6DCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6DCFF is #492300. Grayscale: #D4D4D4. Windows color (decimal): -4793089 or 16768182. OLE color: 16768182.

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

Color convert

RGB 182 220 255 -
CMYK 0.29 0.14 0 0
HSL 208.77º 1% 0.86% -
HSV(B) 208.77º 0.29% 1% -
XYZ 62.93 68.35 104.48 -
YUV 212.63 151.91 106.15 -
System Red Green Blue C M Y K H S L
Decimal 182 220 255 0.29 0.14 0 0 208.77 1 0.86
Hex B6 DC FF 1D E 0 0 D1 64 56
Octal 266 334 377 35 16 0 0 321 144 126
Binary 10110110 11011100 11111111 11101 1110 0 0 11010001 1100100 1010110

Color Harmonies of #B6DCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DCFF

Black with #B6DCFF

Text Example


Text Example

White with #B6DCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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