Html Css Color HEX #BDDCFA Pale Cornflower Blue

📋 copy color: '#BDDCFA'

red 189 ◦ green 220 ◦ blue 250

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

Shades of Pale Cornflower Blue #BDDCFA

Tints of Pale Cornflower Blue #BDDCFA

RGB

 RED value IS 189 (74.22% from 255) = 28.68%

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

 BLUE value IS 250 (98.05% from 255) = 37.94%

R = 28.68%
G = 33.38%
B = 37.94%

CMYK

 C value IS 0.24

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDDCFA (or 0xBDDCFA) is known color: Pale Cornflower Blue. HEX triplet: BD, DC and FA. RGB value is (189,220,250). Sum of RGB (Red+Green+Blue) = 189+220+250=659 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.68% from 659); Green value is 220 (86.33% from 255 or 33.38% from 659); Blue value is 250 (98.05% from 255 or 37.94% from 659); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDDCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDCFA is #422305. Grayscale: #D5D5D5. Windows color (decimal): -4334342 or 16440509. OLE color: 16440509.

HSL color Cylindrical-coordinate representation of color #BDDCFA: hue angle of 209.51º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDDCFA is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 220 250 -
CMYK 0.24 0.12 0 0.02
HSL 209.51º 0.86% 0.86% -
HSV(B) 209.51º 0.24% 0.98% -
XYZ 63.83 68.91 100.38 -
YUV 214.15 148.23 110.06 -
System Red Green Blue C M Y K H S L
Decimal 189 220 250 0.24 0.12 0 0.02 209.51 0.86 0.86
Hex BD DC FA 18 C 0 2 D2 56 56
Octal 275 334 372 30 14 0 2 322 126 126
Binary 10111101 11011100 11111010 11000 1100 0 10 11010010 1010110 1010110

Color Harmonies of #BDDCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDCFA

Black with #BDDCFA

Text Example


Text Example

White with #BDDCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDCFA; }

 p { color: rgb(189,220,250); }

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

background-color css

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

 a { background-color: rgb(189,220,250); }

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

border-color css

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

 span { border-color: rgb(189,220,250); }

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