Html Css Color HEX #BDF3FD Onahau

📋 copy color: '#BDF3FD'

red 189 ◦ green 243 ◦ blue 253

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

Shades of Onahau #BDF3FD

Tints of Onahau #BDF3FD

RGB

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

 GREEN value IS 243 (95.31% from 255) = 35.47%

 BLUE value IS 253 (99.22% from 255) = 36.93%

R = 27.59%
G = 35.47%
B = 36.93%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BDF3FD (or 0xBDF3FD) is known color: Onahau. HEX triplet: BD, F3 and FD. RGB value is (189,243,253). Sum of RGB (Red+Green+Blue) = 189+243+253=685 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.59% from 685); Green value is 243 (95.31% from 255 or 35.47% from 685); Blue value is 253 (99.22% from 255 or 36.93% from 685); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDF3FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF3FD is #420C02. Grayscale: #E3E3E3. Windows color (decimal): -4328451 or 16643005. OLE color: 16643005.

HSL color Cylindrical-coordinate representation of color #BDF3FD: hue angle of 189.38º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDF3FD is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 243 253 -
CMYK 0.25 0.04 0 0.01
HSL 189.38º 0.94% 0.87% -
HSV(B) 189.38º 0.25% 0.99% -
XYZ 70.77 82.01 105.03 -
YUV 227.99 142.11 100.19 -
System Red Green Blue C M Y K H S L
Decimal 189 243 253 0.25 0.04 0 0.01 189.38 0.94 0.87
Hex BD F3 FD 19 4 0 1 BD 5E 57
Octal 275 363 375 31 4 0 1 275 136 127
Binary 10111101 11110011 11111101 11001 100 0 1 10111101 1011110 1010111

Color Harmonies of #BDF3FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF3FD

Black with #BDF3FD

Text Example


Text Example

White with #BDF3FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF3FD; }

 p { color: rgb(189,243,253); }

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

background-color css

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

 a { background-color: rgb(189,243,253); }

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

border-color css

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

 span { border-color: rgb(189,243,253); }

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