Html Css Color HEX #BFD9F3 Pale Cornflower Blue

📋 copy color: '#BFD9F3'

red 191 ◦ green 217 ◦ blue 243

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

Shades of Pale Cornflower Blue #BFD9F3

Tints of Pale Cornflower Blue #BFD9F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 37.33%

R = 29.34%
G = 33.33%
B = 37.33%

CMYK

 C value IS 0.21

 M value IS 0.11

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BFD9F3 (or 0xBFD9F3) is known color: Pale Cornflower Blue. HEX triplet: BF, D9 and F3. RGB value is (191,217,243). Sum of RGB (Red+Green+Blue) = 191+217+243=651 (86% of max value = 765). Red value is 191 (75% from 255 or 29.34% from 651); Green value is 217 (85.16% from 255 or 33.33% from 651); Blue value is 243 (95.31% from 255 or 37.33% from 651); Max value from RGB is 243 - color contains mainly: blue. Hex color #BFD9F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD9F3 is #40260C. Grayscale: #D4D4D4. Windows color (decimal): -4204045 or 15980991. OLE color: 15980991.

HSL color Cylindrical-coordinate representation of color #BFD9F3: hue angle of 210º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFD9F3 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 217 243 -
CMYK 0.21 0.11 0 0.05
HSL 210º 0.68% 0.85% -
HSV(B) 210º 0.21% 0.95% -
XYZ 62.48 67.17 94.47 -
YUV 212.19 145.39 112.89 -
System Red Green Blue C M Y K H S L
Decimal 191 217 243 0.21 0.11 0 0.05 210 0.68 0.85
Hex BF D9 F3 15 B 0 5 D2 44 55
Octal 277 331 363 25 13 0 5 322 104 125
Binary 10111111 11011001 11110011 10101 1011 0 101 11010010 1000100 1010101

Color Harmonies of #BFD9F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD9F3

Black with #BFD9F3

Text Example


Text Example

White with #BFD9F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD9F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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