Html Css Color HEX #BDE5FB Onahau

📋 copy color: '#BDE5FB'

red 189 ◦ green 229 ◦ blue 251

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

Shades of Onahau #BDE5FB

Tints of Onahau #BDE5FB

RGB

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

 GREEN value IS 229 (89.84% from 255) = 34.23%

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

R = 28.25%
G = 34.23%
B = 37.52%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDE5FB (or 0xBDE5FB) is known color: Onahau. HEX triplet: BD, E5 and FB. RGB value is (189,229,251). Sum of RGB (Red+Green+Blue) = 189+229+251=669 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.25% from 669); Green value is 229 (89.84% from 255 or 34.23% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDE5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE5FB is #421A04. Grayscale: #DBDBDB. Windows color (decimal): -4332037 or 16508349. OLE color: 16508349.

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

Color convert

RGB 189 229 251 -
CMYK 0.25 0.09 0 0.02
HSL 201.29º 0.89% 0.86% -
HSV(B) 201.29º 0.25% 0.98% -
XYZ 66.42 73.82 102.02 -
YUV 219.55 145.75 106.21 -
System Red Green Blue C M Y K H S L
Decimal 189 229 251 0.25 0.09 0 0.02 201.29 0.89 0.86
Hex BD E5 FB 19 9 0 2 C9 59 56
Octal 275 345 373 31 11 0 2 311 131 126
Binary 10111101 11100101 11111011 11001 1001 0 10 11001001 1011001 1010110

Color Harmonies of #BDE5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE5FB

Black with #BDE5FB

Text Example


Text Example

White with #BDE5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE5FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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