Html Css Color HEX #BFD9F5 Pale Cornflower Blue

📋 copy color: '#BFD9F5'

red 191 ◦ green 217 ◦ blue 245

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

Shades of Pale Cornflower Blue #BFD9F5

Tints of Pale Cornflower Blue #BFD9F5

RGB

 RED value IS 191 (75% from 255) = 29.25%

 GREEN value IS 217 (85.16% from 255) = 33.23%

 BLUE value IS 245 (96.09% from 255) = 37.52%

R = 29.25%
G = 33.23%
B = 37.52%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BFD9F5 (or 0xBFD9F5) is known color: Pale Cornflower Blue. HEX triplet: BF, D9 and F5. RGB value is (191,217,245). Sum of RGB (Red+Green+Blue) = 191+217+245=653 (86% of max value = 765). Red value is 191 (75% from 255 or 29.25% from 653); Green value is 217 (85.16% from 255 or 33.23% from 653); Blue value is 245 (96.09% from 255 or 37.52% from 653); Max value from RGB is 245 - color contains mainly: blue. Hex color #BFD9F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD9F5 is #40260A. Grayscale: #D4D4D4. Windows color (decimal): -4204043 or 16112063. OLE color: 16112063.

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

Color convert

RGB 191 217 245 -
CMYK 0.22 0.11 0 0.04
HSL 211.11º 0.73% 0.85% -
HSV(B) 211.11º 0.22% 0.96% -
XYZ 62.78 67.29 96.07 -
YUV 212.42 146.39 112.72 -
System Red Green Blue C M Y K H S L
Decimal 191 217 245 0.22 0.11 0 0.04 211.11 0.73 0.85
Hex BF D9 F5 16 B 0 4 D3 49 55
Octal 277 331 365 26 13 0 4 323 111 125
Binary 10111111 11011001 11110101 10110 1011 0 100 11010011 1001001 1010101

Color Harmonies of #BFD9F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD9F5

Black with #BFD9F5

Text Example


Text Example

White with #BFD9F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD9F5; }

 p { color: rgb(191,217,245); }

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

background-color css

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

 a { background-color: rgb(191,217,245); }

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

border-color css

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

 span { border-color: rgb(191,217,245); }

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