Html Css Color HEX #BDD8FB Pale Cornflower Blue

📋 copy color: '#BDD8FB'

red 189 ◦ green 216 ◦ blue 251

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

Shades of Pale Cornflower Blue #BDD8FB

Tints of Pale Cornflower Blue #BDD8FB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 32.93%

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

R = 28.81%
G = 32.93%
B = 38.26%

CMYK

 C value IS 0.25

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDD8FB (or 0xBDD8FB) is known color: Pale Cornflower Blue. HEX triplet: BD, D8 and FB. RGB value is (189,216,251). Sum of RGB (Red+Green+Blue) = 189+216+251=656 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.81% from 656); Green value is 216 (84.77% from 255 or 32.93% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDD8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD8FB is #422704. Grayscale: #D3D3D3. Windows color (decimal): -4335365 or 16505021. OLE color: 16505021.

HSL color Cylindrical-coordinate representation of color #BDD8FB: hue angle of 213.87º 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 #BDD8FB is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 216 251 -
CMYK 0.25 0.14 0 0.02
HSL 213.87º 0.89% 0.86% -
HSV(B) 213.87º 0.25% 0.98% -
XYZ 62.95 66.9 100.86 -
YUV 211.92 150.05 111.65 -
System Red Green Blue C M Y K H S L
Decimal 189 216 251 0.25 0.14 0 0.02 213.87 0.89 0.86
Hex BD D8 FB 19 E 0 2 D6 59 56
Octal 275 330 373 31 16 0 2 326 131 126
Binary 10111101 11011000 11111011 11001 1110 0 10 11010110 1011001 1010110

Color Harmonies of #BDD8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD8FB

Black with #BDD8FB

Text Example


Text Example

White with #BDD8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD8FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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