Html Css Color HEX #BDDAFA Pale Cornflower Blue

📋 copy color: '#BDDAFA'

red 189 ◦ green 218 ◦ blue 250

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

Shades of Pale Cornflower Blue #BDDAFA

Tints of Pale Cornflower Blue #BDDAFA

RGB

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

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

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

R = 28.77%
G = 33.18%
B = 38.05%

CMYK

 C value IS 0.24

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDDAFA (or 0xBDDAFA) is known color: Pale Cornflower Blue. HEX triplet: BD, DA and FA. RGB value is (189,218,250). Sum of RGB (Red+Green+Blue) = 189+218+250=657 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.77% from 657); Green value is 218 (85.55% from 255 or 33.18% from 657); Blue value is 250 (98.05% from 255 or 38.05% from 657); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDDAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDAFA is #422505. Grayscale: #D4D4D4. Windows color (decimal): -4334854 or 16439997. OLE color: 16439997.

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

Color convert

RGB 189 218 250 -
CMYK 0.24 0.13 0 0.02
HSL 211.48º 0.86% 0.86% -
HSV(B) 211.48º 0.24% 0.98% -
XYZ 63.31 67.86 100.2 -
YUV 212.98 148.89 110.9 -
System Red Green Blue C M Y K H S L
Decimal 189 218 250 0.24 0.13 0 0.02 211.48 0.86 0.86
Hex BD DA FA 18 D 0 2 D3 56 56
Octal 275 332 372 30 15 0 2 323 126 126
Binary 10111101 11011010 11111010 11000 1101 0 10 11010011 1010110 1010110

Color Harmonies of #BDDAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDAFA

Black with #BDDAFA

Text Example


Text Example

White with #BDDAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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