Html Css Color HEX #BCDAFF Pale Cornflower Blue

📋 copy color: '#BCDAFF'

red 188 ◦ green 218 ◦ blue 255

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

Shades of Pale Cornflower Blue #BCDAFF

Tints of Pale Cornflower Blue #BCDAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.58%

R = 28.44%
G = 32.98%
B = 38.58%

CMYK

 C value IS 0.26

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BCDAFF (or 0xBCDAFF) is known color: Pale Cornflower Blue. HEX triplet: BC, DA and FF. RGB value is (188,218,255). Sum of RGB (Red+Green+Blue) = 188+218+255=661 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.44% from 661); Green value is 218 (85.55% from 255 or 32.98% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCDAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDAFF is #432500. Grayscale: #D5D5D5. Windows color (decimal): -4400385 or 16767676. OLE color: 16767676.

HSL color Cylindrical-coordinate representation of color #BCDAFF: hue angle of 213.13º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCDAFF is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 188 218 255 -
CMYK 0.26 0.15 0 0
HSL 213.13º 1% 0.87% -
HSV(B) 213.13º 0.26% 1% -
XYZ 63.86 68.05 104.38 -
YUV 213.25 151.56 109.99 -
System Red Green Blue C M Y K H S L
Decimal 188 218 255 0.26 0.15 0 0 213.13 1 0.87
Hex BC DA FF 1A F 0 0 D5 64 57
Octal 274 332 377 32 17 0 0 325 144 127
Binary 10111100 11011010 11111111 11010 1111 0 0 11010101 1100100 1010111

Color Harmonies of #BCDAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDAFF

Black with #BCDAFF

Text Example


Text Example

White with #BCDAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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