Html Css Color HEX #B6D7FA Pale Cornflower Blue

📋 copy color: '#B6D7FA'

red 182 ◦ green 215 ◦ blue 250

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

Shades of Pale Cornflower Blue #B6D7FA

Tints of Pale Cornflower Blue #B6D7FA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 33.23%

 BLUE value IS 250 (98.05% from 255) = 38.64%

R = 28.13%
G = 33.23%
B = 38.64%

CMYK

 C value IS 0.27

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B6D7FA (or 0xB6D7FA) is known color: Pale Cornflower Blue. HEX triplet: B6, D7 and FA. RGB value is (182,215,250). Sum of RGB (Red+Green+Blue) = 182+215+250=647 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.13% from 647); Green value is 215 (84.38% from 255 or 33.23% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #B6D7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6D7FA is #492805. Grayscale: #D0D0D0. Windows color (decimal): -4794374 or 16439222. OLE color: 16439222.

HSL color Cylindrical-coordinate representation of color #B6D7FA: hue angle of 210.88º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6D7FA is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 182 215 250 -
CMYK 0.27 0.14 0 0.02
HSL 210.88º 0.87% 0.85% -
HSV(B) 210.88º 0.27% 0.98% -
XYZ 60.85 65.45 99.87 -
YUV 209.12 151.07 108.65 -
System Red Green Blue C M Y K H S L
Decimal 182 215 250 0.27 0.14 0 0.02 210.88 0.87 0.85
Hex B6 D7 FA 1B E 0 2 D3 57 55
Octal 266 327 372 33 16 0 2 323 127 125
Binary 10110110 11010111 11111010 11011 1110 0 10 11010011 1010111 1010101

Color Harmonies of #B6D7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D7FA

Black with #B6D7FA

Text Example


Text Example

White with #B6D7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D7FA; }

 p { color: rgb(182,215,250); }

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

background-color css

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

 a { background-color: rgb(182,215,250); }

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

border-color css

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

 span { border-color: rgb(182,215,250); }

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