Html Css Color HEX #BDDAFF Pale Cornflower Blue

📋 copy color: '#BDDAFF'

red 189 ◦ green 218 ◦ blue 255

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

Shades of Pale Cornflower Blue #BDDAFF

Tints of Pale Cornflower Blue #BDDAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.52%

R = 28.55%
G = 32.93%
B = 38.52%

CMYK

 C value IS 0.26

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BDDAFF (or 0xBDDAFF) is known color: Pale Cornflower Blue. HEX triplet: BD, DA and FF. RGB value is (189,218,255). Sum of RGB (Red+Green+Blue) = 189+218+255=662 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.55% from 662); Green value is 218 (85.55% from 255 or 32.93% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDDAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDAFF is #422500. Grayscale: #D5D5D5. Windows color (decimal): -4334849 or 16767677. OLE color: 16767677.

HSL color Cylindrical-coordinate representation of color #BDDAFF: hue angle of 213.64º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDDAFF is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 189 218 255 -
CMYK 0.26 0.15 0 0
HSL 213.64º 1% 0.87% -
HSV(B) 213.64º 0.26% 1% -
XYZ 64.11 68.18 104.39 -
YUV 213.55 151.39 110.49 -
System Red Green Blue C M Y K H S L
Decimal 189 218 255 0.26 0.15 0 0 213.64 1 0.87
Hex BD DA FF 1A F 0 0 D6 64 57
Octal 275 332 377 32 17 0 0 326 144 127
Binary 10111101 11011010 11111111 11010 1111 0 0 11010110 1100100 1010111

Color Harmonies of #BDDAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDAFF

Black with #BDDAFF

Text Example


Text Example

White with #BDDAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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