Html Css Color HEX #B6DCFD Pale Cornflower Blue

📋 copy color: '#B6DCFD'

red 182 ◦ green 220 ◦ blue 253

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

Shades of Pale Cornflower Blue #B6DCFD

Tints of Pale Cornflower Blue #B6DCFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 38.63%

R = 27.79%
G = 33.59%
B = 38.63%

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

#B6DCFD (or 0xB6DCFD) is known color: Pale Cornflower Blue. HEX triplet: B6, DC and FD. RGB value is (182,220,253). Sum of RGB (Red+Green+Blue) = 182+220+253=655 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.79% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: blue. Hex color #B6DCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6DCFD is #492302. Grayscale: #D4D4D4. Windows color (decimal): -4793091 or 16637110. OLE color: 16637110.

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

Color convert

RGB 182 220 253 -
CMYK 0.28 0.13 0 0.01
HSL 207.89º 0.95% 0.85% -
HSV(B) 207.89º 0.28% 0.99% -
XYZ 62.61 68.22 102.8 -
YUV 212.4 150.91 106.32 -
System Red Green Blue C M Y K H S L
Decimal 182 220 253 0.28 0.13 0 0.01 207.89 0.95 0.85
Hex B6 DC FD 1C D 0 1 D0 5F 55
Octal 266 334 375 34 15 0 1 320 137 125
Binary 10110110 11011100 11111101 11100 1101 0 1 11010000 1011111 1010101

Color Harmonies of #B6DCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DCFD

Black with #B6DCFD

Text Example


Text Example

White with #B6DCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DCFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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