Html Css Color HEX #BCDBFD Pale Cornflower Blue

📋 copy color: '#BCDBFD'

red 188 ◦ green 219 ◦ blue 253

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

Shades of Pale Cornflower Blue #BCDBFD

Tints of Pale Cornflower Blue #BCDBFD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.18%

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

R = 28.48%
G = 33.18%
B = 38.33%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BCDBFD (or 0xBCDBFD) is known color: Pale Cornflower Blue. HEX triplet: BC, DB and FD. RGB value is (188,219,253). Sum of RGB (Red+Green+Blue) = 188+219+253=660 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.48% from 660); Green value is 219 (85.94% from 255 or 33.18% from 660); Blue value is 253 (99.22% from 255 or 38.33% from 660); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCDBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDBFD is #432402. Grayscale: #D5D5D5. Windows color (decimal): -4400131 or 16636860. OLE color: 16636860.

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

Color convert

RGB 188 219 253 -
CMYK 0.26 0.13 0 0.01
HSL 211.38º 0.94% 0.86% -
HSV(B) 211.38º 0.26% 0.99% -
XYZ 63.8 68.45 102.78 -
YUV 213.61 150.23 109.74 -
System Red Green Blue C M Y K H S L
Decimal 188 219 253 0.26 0.13 0 0.01 211.38 0.94 0.86
Hex BC DB FD 1A D 0 1 D3 5E 56
Octal 274 333 375 32 15 0 1 323 136 126
Binary 10111100 11011011 11111101 11010 1101 0 1 11010011 1011110 1010110

Color Harmonies of #BCDBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDBFD

Black with #BCDBFD

Text Example


Text Example

White with #BCDBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDBFD; }

 p { color: rgb(188,219,253); }

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

background-color css

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

 a { background-color: rgb(188,219,253); }

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

border-color css

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

 span { border-color: rgb(188,219,253); }

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