Html Css Color HEX #BDDCFB Pale Cornflower Blue

📋 copy color: '#BDDCFB'

red 189 ◦ green 220 ◦ blue 251

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

Shades of Pale Cornflower Blue #BDDCFB

Tints of Pale Cornflower Blue #BDDCFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.03%

R = 28.64%
G = 33.33%
B = 38.03%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDDCFB (or 0xBDDCFB) is known color: Pale Cornflower Blue. HEX triplet: BD, DC and FB. RGB value is (189,220,251). Sum of RGB (Red+Green+Blue) = 189+220+251=660 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.64% from 660); Green value is 220 (86.33% from 255 or 33.33% from 660); Blue value is 251 (98.44% from 255 or 38.03% from 660); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDDCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDCFB is #422304. Grayscale: #D6D6D6. Windows color (decimal): -4334341 or 16506045. OLE color: 16506045.

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

Color convert

RGB 189 220 251 -
CMYK 0.25 0.12 0 0.02
HSL 210º 0.89% 0.86% -
HSV(B) 210º 0.25% 0.98% -
XYZ 63.99 68.97 101.21 -
YUV 214.27 148.73 109.98 -
System Red Green Blue C M Y K H S L
Decimal 189 220 251 0.25 0.12 0 0.02 210 0.89 0.86
Hex BD DC FB 19 C 0 2 D2 59 56
Octal 275 334 373 31 14 0 2 322 131 126
Binary 10111101 11011100 11111011 11001 1100 0 10 11010010 1011001 1010110

Color Harmonies of #BDDCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDCFB

Black with #BDDCFB

Text Example


Text Example

White with #BDDCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDCFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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