Html Css Color HEX #B1D6FA Pale Cornflower Blue

📋 copy color: '#B1D6FA'

red 177 ◦ green 214 ◦ blue 250

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

Shades of Pale Cornflower Blue #B1D6FA

Tints of Pale Cornflower Blue #B1D6FA

RGB

 RED value IS 177 (69.53% from 255) = 27.61%

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

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

R = 27.61%
G = 33.39%
B = 39%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B1D6FA (or 0xB1D6FA) is known color: Pale Cornflower Blue. HEX triplet: B1, D6 and FA. RGB value is (177,214,250). Sum of RGB (Red+Green+Blue) = 177+214+250=641 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.61% from 641); Green value is 214 (83.98% from 255 or 33.39% from 641); Blue value is 250 (98.05% from 255 or 39.00% from 641); Max value from RGB is 250 - color contains mainly: blue. Hex color #B1D6FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1D6FA is #4E2905. Grayscale: #CECECE. Windows color (decimal): -5122310 or 16438961. OLE color: 16438961.

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

Color convert

RGB 177 214 250 -
CMYK 0.29 0.14 0 0.02
HSL 209.59º 0.88% 0.84% -
HSV(B) 209.59º 0.29% 0.98% -
XYZ 59.43 64.34 99.73 -
YUV 207.04 152.24 106.57 -
System Red Green Blue C M Y K H S L
Decimal 177 214 250 0.29 0.14 0 0.02 209.59 0.88 0.84
Hex B1 D6 FA 1D E 0 2 D2 58 54
Octal 261 326 372 35 16 0 2 322 130 124
Binary 10110001 11010110 11111010 11101 1110 0 10 11010010 1011000 1010100

Color Harmonies of #B1D6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D6FA

Black with #B1D6FA

Text Example


Text Example

White with #B1D6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D6FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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