Html Css Color HEX #BCDAF1 Pale Cornflower Blue

📋 copy color: '#BCDAF1'

red 188 ◦ green 218 ◦ blue 241

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

Shades of Pale Cornflower Blue #BCDAF1

Tints of Pale Cornflower Blue #BCDAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 37.25%

R = 29.06%
G = 33.69%
B = 37.25%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BCDAF1 (or 0xBCDAF1) is known color: Pale Cornflower Blue. HEX triplet: BC, DA and F1. RGB value is (188,218,241). Sum of RGB (Red+Green+Blue) = 188+218+241=647 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.06% from 647); Green value is 218 (85.55% from 255 or 33.69% from 647); Blue value is 241 (94.53% from 255 or 37.25% from 647); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCDAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDAF1 is #43250E. Grayscale: #D3D3D3. Windows color (decimal): -4400399 or 15850172. OLE color: 15850172.

HSL color Cylindrical-coordinate representation of color #BCDAF1: hue angle of 206.04º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCDAF1 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 218 241 -
CMYK 0.22 0.10 0 0.05
HSL 206.04º 0.65% 0.84% -
HSV(B) 206.04º 0.22% 0.95% -
XYZ 61.69 67.19 92.94 -
YUV 211.65 144.56 111.13 -
System Red Green Blue C M Y K H S L
Decimal 188 218 241 0.22 0.10 0 0.05 206.04 0.65 0.84
Hex BC DA F1 16 A 0 5 CE 41 54
Octal 274 332 361 26 12 0 5 316 101 124
Binary 10111100 11011010 11110001 10110 1010 0 101 11001110 1000001 1010100

Color Harmonies of #BCDAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDAF1

Black with #BCDAF1

Text Example


Text Example

White with #BCDAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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