Html Css Color HEX #BDE0FB Pattens Blue

📋 copy color: '#BDE0FB'

red 189 ◦ green 224 ◦ blue 251

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

Shades of Pattens Blue #BDE0FB

Tints of Pattens Blue #BDE0FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.8%

R = 28.46%
G = 33.73%
B = 37.8%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDE0FB (or 0xBDE0FB) is known color: Pattens Blue. HEX triplet: BD, E0 and FB. RGB value is (189,224,251). Sum of RGB (Red+Green+Blue) = 189+224+251=664 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.46% from 664); Green value is 224 (87.89% from 255 or 33.73% from 664); Blue value is 251 (98.44% from 255 or 37.80% from 664); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDE0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE0FB is #421F04. Grayscale: #D8D8D8. Windows color (decimal): -4333317 or 16507069. OLE color: 16507069.

HSL color Cylindrical-coordinate representation of color #BDE0FB: hue angle of 206.13º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDE0FB is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 224 251 -
CMYK 0.25 0.11 0 0.02
HSL 206.13º 0.89% 0.86% -
HSV(B) 206.13º 0.25% 0.98% -
XYZ 65.05 71.1 101.56 -
YUV 216.61 147.4 108.3 -
System Red Green Blue C M Y K H S L
Decimal 189 224 251 0.25 0.11 0 0.02 206.13 0.89 0.86
Hex BD E0 FB 19 B 0 2 CE 59 56
Octal 275 340 373 31 13 0 2 316 131 126
Binary 10111101 11100000 11111011 11001 1011 0 10 11001110 1011001 1010110

Color Harmonies of #BDE0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE0FB

Black with #BDE0FB

Text Example


Text Example

White with #BDE0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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