Html Css Color HEX #BDDBFC Pale Cornflower Blue

📋 copy color: '#BDDBFC'

red 189 ◦ green 219 ◦ blue 252

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

Shades of Pale Cornflower Blue #BDDBFC

Tints of Pale Cornflower Blue #BDDBFC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.18%

 BLUE value IS 252 (98.83% from 255) = 38.18%

R = 28.64%
G = 33.18%
B = 38.18%

CMYK

 C value IS 0.25

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BDDBFC (or 0xBDDBFC) is known color: Pale Cornflower Blue. HEX triplet: BD, DB and FC. RGB value is (189,219,252). Sum of RGB (Red+Green+Blue) = 189+219+252=660 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.64% from 660); Green value is 219 (85.94% from 255 or 33.18% from 660); Blue value is 252 (98.83% from 255 or 38.18% from 660); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDDBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDBFC is #422403. Grayscale: #D5D5D5. Windows color (decimal): -4334596 or 16571325. OLE color: 16571325.

HSL color Cylindrical-coordinate representation of color #BDDBFC: hue angle of 211.43º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDDBFC is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 219 252 -
CMYK 0.25 0.13 0 0.01
HSL 211.43º 0.91% 0.86% -
HSV(B) 211.43º 0.25% 0.99% -
XYZ 63.89 68.51 101.95 -
YUV 213.79 149.56 110.32 -
System Red Green Blue C M Y K H S L
Decimal 189 219 252 0.25 0.13 0 0.01 211.43 0.91 0.86
Hex BD DB FC 19 D 0 1 D3 5B 56
Octal 275 333 374 31 15 0 1 323 133 126
Binary 10111101 11011011 11111100 11001 1101 0 1 11010011 1011011 1010110

Color Harmonies of #BDDBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDBFC

Black with #BDDBFC

Text Example


Text Example

White with #BDDBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDBFC; }

 p { color: rgb(189,219,252); }

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

background-color css

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

 a { background-color: rgb(189,219,252); }

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

border-color css

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

 span { border-color: rgb(189,219,252); }

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