Html Css Color HEX #B9DAF1 Pale Cornflower Blue

📋 copy color: '#B9DAF1'

red 185 ◦ green 218 ◦ blue 241

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

Shades of Pale Cornflower Blue #B9DAF1

Tints of Pale Cornflower Blue #B9DAF1

RGB

 RED value IS 185 (72.66% from 255) = 28.73%

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

 BLUE value IS 241 (94.53% from 255) = 37.42%

R = 28.73%
G = 33.85%
B = 37.42%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B9DAF1 (or 0xB9DAF1) is known color: Pale Cornflower Blue. HEX triplet: B9, DA and F1. RGB value is (185,218,241). Sum of RGB (Red+Green+Blue) = 185+218+241=644 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.73% from 644); Green value is 218 (85.55% from 255 or 33.85% from 644); Blue value is 241 (94.53% from 255 or 37.42% from 644); Max value from RGB is 241 - color contains mainly: blue. Hex color #B9DAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DAF1 is #46250E. Grayscale: #D2D2D2. Windows color (decimal): -4597007 or 15850169. OLE color: 15850169.

HSL color Cylindrical-coordinate representation of color #B9DAF1: hue angle of 204.64º degrees, saturation: 0.67, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9DAF1 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 218 241 -
CMYK 0.23 0.10 0 0.05
HSL 204.64º 0.67% 0.84% -
HSV(B) 204.64º 0.23% 0.95% -
XYZ 60.96 66.81 92.9 -
YUV 210.76 145.07 109.63 -
System Red Green Blue C M Y K H S L
Decimal 185 218 241 0.23 0.10 0 0.05 204.64 0.67 0.84
Hex B9 DA F1 17 A 0 5 CD 43 54
Octal 271 332 361 27 12 0 5 315 103 124
Binary 10111001 11011010 11110001 10111 1010 0 101 11001101 1000011 1010100

Color Harmonies of #B9DAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DAF1

Black with #B9DAF1

Text Example


Text Example

White with #B9DAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DAF1; }

 p { color: rgb(185,218,241); }

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

background-color css

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

 a { background-color: rgb(185,218,241); }

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

border-color css

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

 span { border-color: rgb(185,218,241); }

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