Html Css Color HEX #BCDAFC Pale Cornflower Blue

📋 copy color: '#BCDAFC'

red 188 ◦ green 218 ◦ blue 252

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

Shades of Pale Cornflower Blue #BCDAFC

Tints of Pale Cornflower Blue #BCDAFC

RGB

 RED value IS 188 (73.83% from 255) = 28.57%

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

 BLUE value IS 252 (98.83% from 255) = 38.3%

R = 28.57%
G = 33.13%
B = 38.3%

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

#BCDAFC (or 0xBCDAFC) is known color: Pale Cornflower Blue. HEX triplet: BC, DA and FC. RGB value is (188,218,252). Sum of RGB (Red+Green+Blue) = 188+218+252=658 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.57% from 658); Green value is 218 (85.55% from 255 or 33.13% from 658); Blue value is 252 (98.83% from 255 or 38.30% from 658); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCDAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDAFC is #432503. Grayscale: #D4D4D4. Windows color (decimal): -4400388 or 16571068. OLE color: 16571068.

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

Color convert

RGB 188 218 252 -
CMYK 0.25 0.13 0 0.01
HSL 211.88º 0.91% 0.86% -
HSV(B) 211.88º 0.25% 0.99% -
XYZ 63.38 67.86 101.85 -
YUV 212.91 150.06 110.24 -
System Red Green Blue C M Y K H S L
Decimal 188 218 252 0.25 0.13 0 0.01 211.88 0.91 0.86
Hex BC DA FC 19 D 0 1 D4 5B 56
Octal 274 332 374 31 15 0 1 324 133 126
Binary 10111100 11011010 11111100 11001 1101 0 1 11010100 1011011 1010110

Color Harmonies of #BCDAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDAFC

Black with #BCDAFC

Text Example


Text Example

White with #BCDAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDAFC; }

 p { color: rgb(188,218,252); }

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

background-color css

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

 a { background-color: rgb(188,218,252); }

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

border-color css

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

 span { border-color: rgb(188,218,252); }

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