Html Css Color HEX #BDE1F8 Pattens Blue

📋 copy color: '#BDE1F8'

red 189 ◦ green 225 ◦ blue 248

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

Shades of Pattens Blue #BDE1F8

Tints of Pattens Blue #BDE1F8

RGB

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

 GREEN value IS 225 (88.28% from 255) = 33.99%

 BLUE value IS 248 (97.27% from 255) = 37.46%

R = 28.55%
G = 33.99%
B = 37.46%

CMYK

 C value IS 0.24

 M value IS 0.09

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BDE1F8 (or 0xBDE1F8) is known color: Pattens Blue. HEX triplet: BD, E1 and F8. RGB value is (189,225,248). Sum of RGB (Red+Green+Blue) = 189+225+248=662 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.55% from 662); Green value is 225 (88.28% from 255 or 33.99% from 662); Blue value is 248 (97.27% from 255 or 37.46% from 662); Max value from RGB is 248 - color contains mainly: blue. Hex color #BDE1F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE1F8 is #421E07. Grayscale: #D8D8D8. Windows color (decimal): -4333064 or 16310717. OLE color: 16310717.

HSL color Cylindrical-coordinate representation of color #BDE1F8: hue angle of 203.39º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDE1F8 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 225 248 -
CMYK 0.24 0.09 0 0.03
HSL 203.39º 0.81% 0.86% -
HSV(B) 203.39º 0.24% 0.97% -
XYZ 64.85 71.45 99.18 -
YUV 216.86 145.57 108.13 -
System Red Green Blue C M Y K H S L
Decimal 189 225 248 0.24 0.09 0 0.03 203.39 0.81 0.86
Hex BD E1 F8 18 9 0 3 CB 51 56
Octal 275 341 370 30 11 0 3 313 121 126
Binary 10111101 11100001 11111000 11000 1001 0 11 11001011 1010001 1010110

Color Harmonies of #BDE1F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE1F8

Black with #BDE1F8

Text Example


Text Example

White with #BDE1F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE1F8; }

 p { color: rgb(189,225,248); }

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

background-color css

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

 a { background-color: rgb(189,225,248); }

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

border-color css

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

 span { border-color: rgb(189,225,248); }

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