Html Css Color HEX #BDE4FB Onahau

📋 copy color: '#BDE4FB'

red 189 ◦ green 228 ◦ blue 251

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

Shades of Onahau #BDE4FB

Tints of Onahau #BDE4FB

RGB

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

 GREEN value IS 228 (89.45% from 255) = 34.13%

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

R = 28.29%
G = 34.13%
B = 37.57%

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

#BDE4FB (or 0xBDE4FB) is known color: Onahau. HEX triplet: BD, E4 and FB. RGB value is (189,228,251). Sum of RGB (Red+Green+Blue) = 189+228+251=668 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.29% from 668); Green value is 228 (89.45% from 255 or 34.13% from 668); Blue value is 251 (98.44% from 255 or 37.57% from 668); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDE4FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE4FB is #421B04. Grayscale: #DADADA. Windows color (decimal): -4332293 or 16508093. OLE color: 16508093.

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

Color convert

RGB 189 228 251 -
CMYK 0.25 0.09 0 0.02
HSL 202.26º 0.89% 0.86% -
HSV(B) 202.26º 0.25% 0.98% -
XYZ 66.14 73.27 101.92 -
YUV 218.96 146.08 106.63 -
System Red Green Blue C M Y K H S L
Decimal 189 228 251 0.25 0.09 0 0.02 202.26 0.89 0.86
Hex BD E4 FB 19 9 0 2 CA 59 56
Octal 275 344 373 31 11 0 2 312 131 126
Binary 10111101 11100100 11111011 11001 1001 0 10 11001010 1011001 1010110

Color Harmonies of #BDE4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE4FB

Black with #BDE4FB

Text Example


Text Example

White with #BDE4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE4FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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