Html Css Color HEX #BDE2FA Pattens Blue

📋 copy color: '#BDE2FA'

red 189 ◦ green 226 ◦ blue 250

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

Shades of Pattens Blue #BDE2FA

Tints of Pattens Blue #BDE2FA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 33.98%

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

R = 28.42%
G = 33.98%
B = 37.59%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDE2FA (or 0xBDE2FA) is known color: Pattens Blue. HEX triplet: BD, E2 and FA. RGB value is (189,226,250). Sum of RGB (Red+Green+Blue) = 189+226+250=665 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.42% from 665); Green value is 226 (88.67% from 255 or 33.98% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDE2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE2FA is #421D05. Grayscale: #D9D9D9. Windows color (decimal): -4332806 or 16442045. OLE color: 16442045.

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

Color convert

RGB 189 226 250 -
CMYK 0.24 0.10 0 0.02
HSL 203.61º 0.86% 0.86% -
HSV(B) 203.61º 0.24% 0.98% -
XYZ 65.44 72.11 100.91 -
YUV 217.67 146.24 107.55 -
System Red Green Blue C M Y K H S L
Decimal 189 226 250 0.24 0.10 0 0.02 203.61 0.86 0.86
Hex BD E2 FA 18 A 0 2 CC 56 56
Octal 275 342 372 30 12 0 2 314 126 126
Binary 10111101 11100010 11111010 11000 1010 0 10 11001100 1010110 1010110

Color Harmonies of #BDE2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE2FA

Black with #BDE2FA

Text Example


Text Example

White with #BDE2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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