Html Css Color HEX #B3D6FA Pale Cornflower Blue

📋 copy color: '#B3D6FA'

red 179 ◦ green 214 ◦ blue 250

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

Shades of Pale Cornflower Blue #B3D6FA

Tints of Pale Cornflower Blue #B3D6FA

RGB

 RED value IS 179 (70.31% from 255) = 27.84%

 GREEN value IS 214 (83.98% from 255) = 33.28%

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

R = 27.84%
G = 33.28%
B = 38.88%

CMYK

 C value IS 0.28

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B3D6FA (or 0xB3D6FA) is known color: Pale Cornflower Blue. HEX triplet: B3, D6 and FA. RGB value is (179,214,250). Sum of RGB (Red+Green+Blue) = 179+214+250=643 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.84% from 643); Green value is 214 (83.98% from 255 or 33.28% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #B3D6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3D6FA is #4C2905. Grayscale: #CFCFCF. Windows color (decimal): -4991238 or 16438963. OLE color: 16438963.

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

Color convert

RGB 179 214 250 -
CMYK 0.28 0.14 0 0.02
HSL 210.42º 0.88% 0.84% -
HSV(B) 210.42º 0.28% 0.98% -
XYZ 59.89 64.58 99.75 -
YUV 207.64 151.9 107.57 -
System Red Green Blue C M Y K H S L
Decimal 179 214 250 0.28 0.14 0 0.02 210.42 0.88 0.84
Hex B3 D6 FA 1C E 0 2 D2 58 54
Octal 263 326 372 34 16 0 2 322 130 124
Binary 10110011 11010110 11111010 11100 1110 0 10 11010010 1011000 1010100

Color Harmonies of #B3D6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3D6FA

Black with #B3D6FA

Text Example


Text Example

White with #B3D6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3D6FA; }

 p { color: rgb(179,214,250); }

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

background-color css

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

 a { background-color: rgb(179,214,250); }

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

border-color css

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

 span { border-color: rgb(179,214,250); }

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