Html Css Color HEX #B1DAF6 Pale Cornflower Blue

📋 copy color: '#B1DAF6'

red 177 ◦ green 218 ◦ blue 246

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

Shades of Pale Cornflower Blue #B1DAF6

Tints of Pale Cornflower Blue #B1DAF6

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.01%

 BLUE value IS 246 (96.48% from 255) = 38.38%

R = 27.61%
G = 34.01%
B = 38.38%

CMYK

 C value IS 0.28

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B1DAF6 (or 0xB1DAF6) is known color: Pale Cornflower Blue. HEX triplet: B1, DA and F6. RGB value is (177,218,246). Sum of RGB (Red+Green+Blue) = 177+218+246=641 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.61% from 641); Green value is 218 (85.55% from 255 or 34.01% from 641); Blue value is 246 (96.48% from 255 or 38.38% from 641); Max value from RGB is 246 - color contains mainly: blue. Hex color #B1DAF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DAF6 is #4E2509. Grayscale: #D0D0D0. Windows color (decimal): -5121290 or 16177841. OLE color: 16177841.

HSL color Cylindrical-coordinate representation of color #B1DAF6: hue angle of 204.35º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1DAF6 is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 177 218 246 -
CMYK 0.28 0.11 0 0.04
HSL 204.35º 0.79% 0.83% -
HSV(B) 204.35º 0.28% 0.96% -
XYZ 59.84 66.14 96.8 -
YUV 208.93 148.92 105.22 -
System Red Green Blue C M Y K H S L
Decimal 177 218 246 0.28 0.11 0 0.04 204.35 0.79 0.83
Hex B1 DA F6 1C B 0 4 CC 4F 53
Octal 261 332 366 34 13 0 4 314 117 123
Binary 10110001 11011010 11110110 11100 1011 0 100 11001100 1001111 1010011

Color Harmonies of #B1DAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DAF6

Black with #B1DAF6

Text Example


Text Example

White with #B1DAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DAF6; }

 p { color: rgb(177,218,246); }

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

background-color css

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

 a { background-color: rgb(177,218,246); }

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

border-color css

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

 span { border-color: rgb(177,218,246); }

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