Html Css Color HEX #B6D0FF Pale Cornflower Blue

📋 copy color: '#B6D0FF'

red 182 ◦ green 208 ◦ blue 255

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

Shades of Pale Cornflower Blue #B6D0FF

Tints of Pale Cornflower Blue #B6D0FF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32.25%

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

R = 28.22%
G = 32.25%
B = 39.53%

CMYK

 C value IS 0.29

 M value IS 0.18

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B6D0FF (or 0xB6D0FF) is known color: Pale Cornflower Blue. HEX triplet: B6, D0 and FF. RGB value is (182,208,255). Sum of RGB (Red+Green+Blue) = 182+208+255=645 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.22% from 645); Green value is 208 (81.64% from 255 or 32.25% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6D0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6D0FF is #492F00. Grayscale: #CDCDCD. Windows color (decimal): -4796161 or 16765110. OLE color: 16765110.

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

Color convert

RGB 182 208 255 -
CMYK 0.29 0.18 0 0
HSL 218.63º 1% 0.86% -
HSV(B) 218.63º 0.29% 1% -
XYZ 59.9 62.28 103.47 -
YUV 205.58 155.89 111.18 -
System Red Green Blue C M Y K H S L
Decimal 182 208 255 0.29 0.18 0 0 218.63 1 0.86
Hex B6 D0 FF 1D 12 0 0 DB 64 56
Octal 266 320 377 35 22 0 0 333 144 126
Binary 10110110 11010000 11111111 11101 10010 0 0 11011011 1100100 1010110

Color Harmonies of #B6D0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D0FF

Black with #B6D0FF

Text Example


Text Example

White with #B6D0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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