Html Css Color HEX #BDE0FD Pattens Blue

📋 copy color: '#BDE0FD'

red 189 ◦ green 224 ◦ blue 253

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

Shades of Pattens Blue #BDE0FD

Tints of Pattens Blue #BDE0FD

RGB

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

 GREEN value IS 224 (87.89% from 255) = 33.63%

 BLUE value IS 253 (99.22% from 255) = 37.99%

R = 28.38%
G = 33.63%
B = 37.99%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BDE0FD (or 0xBDE0FD) is known color: Pattens Blue. HEX triplet: BD, E0 and FD. RGB value is (189,224,253). Sum of RGB (Red+Green+Blue) = 189+224+253=666 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.38% from 666); Green value is 224 (87.89% from 255 or 33.63% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDE0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE0FD is #421F02. Grayscale: #D8D8D8. Windows color (decimal): -4333315 or 16638141. OLE color: 16638141.

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

Color convert

RGB 189 224 253 -
CMYK 0.25 0.11 0 0.01
HSL 207.19º 0.94% 0.87% -
HSV(B) 207.19º 0.25% 0.99% -
XYZ 65.37 71.22 103.23 -
YUV 216.84 148.4 108.14 -
System Red Green Blue C M Y K H S L
Decimal 189 224 253 0.25 0.11 0 0.01 207.19 0.94 0.87
Hex BD E0 FD 19 B 0 1 CF 5E 57
Octal 275 340 375 31 13 0 1 317 136 127
Binary 10111101 11100000 11111101 11001 1011 0 1 11001111 1011110 1010111

Color Harmonies of #BDE0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE0FD

Black with #BDE0FD

Text Example


Text Example

White with #BDE0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE0FD; }

 p { color: rgb(189,224,253); }

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

background-color css

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

 a { background-color: rgb(189,224,253); }

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

border-color css

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

 span { border-color: rgb(189,224,253); }

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