Html Css Color HEX #BFDCFD Pale Cornflower Blue

📋 copy color: '#BFDCFD'

red 191 ◦ green 220 ◦ blue 253

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

Shades of Pale Cornflower Blue #BFDCFD

Tints of Pale Cornflower Blue #BFDCFD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.13%

 BLUE value IS 253 (99.22% from 255) = 38.1%

R = 28.77%
G = 33.13%
B = 38.1%

CMYK

 C value IS 0.25

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BFDCFD (or 0xBFDCFD) is known color: Pale Cornflower Blue. HEX triplet: BF, DC and FD. RGB value is (191,220,253). Sum of RGB (Red+Green+Blue) = 191+220+253=664 (87% of max value = 765). Red value is 191 (75% from 255 or 28.77% from 664); Green value is 220 (86.33% from 255 or 33.13% from 664); Blue value is 253 (99.22% from 255 or 38.10% from 664); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFDCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDCFD is #402302. Grayscale: #D6D6D6. Windows color (decimal): -4203267 or 16637119. OLE color: 16637119.

HSL color Cylindrical-coordinate representation of color #BFDCFD: hue angle of 211.94º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFDCFD is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 220 253 -
CMYK 0.25 0.13 0 0.01
HSL 211.94º 0.94% 0.87% -
HSV(B) 211.94º 0.25% 0.99% -
XYZ 64.81 69.35 102.9 -
YUV 215.09 149.39 110.82 -
System Red Green Blue C M Y K H S L
Decimal 191 220 253 0.25 0.13 0 0.01 211.94 0.94 0.87
Hex BF DC FD 19 D 0 1 D4 5E 57
Octal 277 334 375 31 15 0 1 324 136 127
Binary 10111111 11011100 11111101 11001 1101 0 1 11010100 1011110 1010111

Color Harmonies of #BFDCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDCFD

Black with #BFDCFD

Text Example


Text Example

White with #BFDCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDCFD; }

 p { color: rgb(191,220,253); }

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

background-color css

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

 a { background-color: rgb(191,220,253); }

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

border-color css

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

 span { border-color: rgb(191,220,253); }

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