Html Css Color HEX #B6DCFC Pale Cornflower Blue

📋 copy color: '#B6DCFC'

red 182 ◦ green 220 ◦ blue 252

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

Shades of Pale Cornflower Blue #B6DCFC

Tints of Pale Cornflower Blue #B6DCFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.53%

R = 27.83%
G = 33.64%
B = 38.53%

CMYK

 C value IS 0.28

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B6DCFC (or 0xB6DCFC) is known color: Pale Cornflower Blue. HEX triplet: B6, DC and FC. RGB value is (182,220,252). Sum of RGB (Red+Green+Blue) = 182+220+252=654 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.83% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 252 (98.83% from 255 or 38.53% from 654); Max value from RGB is 252 - color contains mainly: blue. Hex color #B6DCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6DCFC is #492303. Grayscale: #D4D4D4. Windows color (decimal): -4793092 or 16571574. OLE color: 16571574.

HSL color Cylindrical-coordinate representation of color #B6DCFC: hue angle of 207.43º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6DCFC is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 182 220 252 -
CMYK 0.28 0.13 0 0.01
HSL 207.43º 0.92% 0.85% -
HSV(B) 207.43º 0.28% 0.99% -
XYZ 62.46 68.16 101.96 -
YUV 212.29 150.41 106.4 -
System Red Green Blue C M Y K H S L
Decimal 182 220 252 0.28 0.13 0 0.01 207.43 0.92 0.85
Hex B6 DC FC 1C D 0 1 CF 5C 55
Octal 266 334 374 34 15 0 1 317 134 125
Binary 10110110 11011100 11111100 11100 1101 0 1 11001111 1011100 1010101

Color Harmonies of #B6DCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DCFC

Black with #B6DCFC

Text Example


Text Example

White with #B6DCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DCFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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